tldraw/packages/www/next.config.js

8 lines
161 B
JavaScript
Raw Normal View History

2021-08-10 16:12:55 +00:00
const withTM = require('next-transpile-modules')(['@tldraw/tldraw'])
module.exports = withTM({
reactStrictMode: true,
webpack5: true,
symlinks: false,
})