We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212f2ba commit fcfaf94Copy full SHA for fcfaf94
src/frontend/apps/web/next.config.mjs
@@ -1,4 +1,4 @@
1
-import withBundleAnalyzer from '@next/bundle-analyzer';
+// import withBundleAnalyzer from '@next/bundle-analyzer';
2
import TerserPlugin from 'terser-webpack-plugin';
3
4
const mode = process.env.NODE_ENV || 'development';
@@ -55,4 +55,5 @@ const nextConfig = {
55
},
56
};
57
58
-export default withBundleAnalyzer(nextConfig);
+// export default withBundleAnalyzer(nextConfig);
59
+export default nextConfig;
0 commit comments