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.
serverMinification: false
1 parent e8fe93c commit a06218fCopy full SHA for a06218f
examples/api/next.config.mjs
@@ -1,11 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
output: "standalone",
4
- experimental: {
5
- // IMPORTANT: this option is necessary for the chunks hack since that relies on the webpack-runtime.js file not being minified
6
- // (since we regex-replace relying on specific variable names)
7
- serverMinification: false,
8
- },
9
};
10
11
export default nextConfig;
examples/create-next-app/next.config.mjs
@@ -1,9 +1,6 @@
0 commit comments