turn off esmExternals
This commit is contained in:
parent
02a8d38a4c
commit
40b2d0e41b
@ -1,5 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
module.exports = {
|
||||
experimental: { esmExternals: false, webpackBuildWorker: true },
|
||||
reactStrictMode: true,
|
||||
output: 'standalone',
|
||||
webpack: (config, { isServer }) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user