rsnext/examples/with-reasonml/next.config.js
2020-02-03 14:01:41 -05:00

5 lines
138 B
JavaScript

const withTM = require('next-transpile-modules')(['bs-platform'])
module.exports = withTM({
pageExtensions: ['jsx', 'js', 'bs.js'],
})