Skip to content

Commit 0d304fd

Browse files
fixup! implement webpack chunks file updating using ast manipulation
update updateWebpackChunksFile comment
1 parent ebabaea commit 0d304fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/api/next.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
output: "standalone",
4+
experimental: {
5+
serverMinification: false
6+
}
47
};
58

69
export default nextConfig;

0 commit comments

Comments
 (0)