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 78b9712 commit 4bdbeb7Copy full SHA for 4bdbeb7
next.config.js
@@ -20,7 +20,7 @@ module.exports = {
20
config.optimization.minimizer.forEach((minimizer) => {
21
if (minimizer.options && minimizer.options.terserOptions) {
22
minimizer.options.terserOptions.compress = false;
23
- minimizer.options.terserOptions.mangle = false;
+ minimizer.options.terserOptions.mangle = true;
24
}
25
});
26
return config;
0 commit comments