Skip to content

Commit

Permalink
fix: Inherit minimizer defaults in Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
sasjo committed Aug 7, 2024
1 parent 30588f0 commit a010b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = (env, argv) => {
},
optimization: {
minimizer: [
// `...`,
'...',
new CssMinimizerPlugin(),
],
},
Expand Down

0 comments on commit a010b85

Please sign in to comment.