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