Skip to content

Commit

Permalink
upgrade rspack to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Aug 29, 2024
1 parent e4feee2 commit 207f276
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 247 deletions.
2 changes: 1 addition & 1 deletion config/rspack.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = () => {
],
optimization: {
minimize: true,
minimizer: [new rspack.SwcCssMinimizerRspackPlugin(), "..."],
minimizer: [new rspack.LightningCssMinimizerRspackPlugin(), "..."],
},
performance: {
hints: false,
Expand Down
Loading

0 comments on commit 207f276

Please sign in to comment.