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