tldraw/packages/www/next.config.js
2021-08-10 17:12:55 +01:00

7 lines
161 B
JavaScript

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