rsnext/examples/with-reasonml-todo/next.config.js

6 lines
138 B
JavaScript
Raw Normal View History

const withTM = require('next-transpile-modules')(['bs-platform'])
2019-05-23 23:48:13 +02:00
module.exports = withTM({
pageExtensions: ['jsx', 'js', 'bs.js'],
})