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 a06b891 commit c08296cCopy full SHA for c08296c
next.config.js
@@ -15,7 +15,7 @@ module.exports = {
15
use: ['style-loader', 'css-loader'],
16
});
17
if (config.optimization) {
18
- config.optimization.minimize = false;
+ config.optimization.minimize = true;
19
}
20
config.optimization.minimizer.forEach((minimizer) => {
21
if (minimizer.options && minimizer.options.terserOptions) {
0 commit comments