rsnext/examples/with-reasonml-todo/next.config.js
2019-05-23 16:48:13 -05:00

6 lines
157 B
JavaScript

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