tldraw/packages/www/next.config.js
2021-09-04 10:17:10 +01:00

7 lines
161 B
JavaScript

const withTM = require('next-transpile-modules')(['@tldraw/tldraw'])
module.exports = withTM({
reactStrictMode: true,
webpack5: true,
symlinks: false,
})