rsnext/examples/with-reasonml-todo/next.config.js
Vincent Voyer f0c823000b
upgrade next-transpile-modules to latest everywhere (#10607)
Following #10492 and comment from @timneutkens I went ahead and updated all
examples relying on next-transpile-modules.
2020-02-20 12:43:55 +01:00

5 lines
138 B
JavaScript

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