Skip to content

Commit c08296c

Browse files
Update next.config.js
1 parent a06b891 commit c08296c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
use: ['style-loader', 'css-loader'],
1616
});
1717
if (config.optimization) {
18-
config.optimization.minimize = false;
18+
config.optimization.minimize = true;
1919
}
2020
config.optimization.minimizer.forEach((minimizer) => {
2121
if (minimizer.options && minimizer.options.terserOptions) {

0 commit comments

Comments
 (0)