Skip to content

Commit

Permalink
update css-minimizer-webpack-plugin as well;
Browse files Browse the repository at this point in the history
uses existing settings for sourceMap now, apparently?
  • Loading branch information
notbakaneko committed Sep 14, 2023
1 parent c3a7052 commit 6dfe945
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 802 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^5.2.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^1.1.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"d3": "^7.1.1",
"dotenv": "^8.2.0",
"fork-ts-checker-webpack-plugin": "^8.0",
Expand Down
4 changes: 1 addition & 3 deletions webpack.unmix.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,7 @@ if (inProduction) {
sourceMap: true,
},
}),
new CssMinimizerPlugin({
sourceMap: true,
}),
new CssMinimizerPlugin(),
];
}

Expand Down
Loading

0 comments on commit 6dfe945

Please sign in to comment.