diff --git a/next.config.js b/next.config.js index c17d62e5..ddebccfd 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ module.exports = { + experimental: { esmExternals: false, webpackBuildWorker: true }, reactStrictMode: true, output: 'standalone', webpack: (config, { isServer }) => {