We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cf08f commit 7562d64Copy full SHA for 7562d64
1 file changed
webpack/webpack.prod.js
@@ -63,16 +63,17 @@ const prodWebpackConfig = merge(common, {
63
optimization: {
64
minimize: true,
65
minimizer: [
66
- new CssMinimizerPlugin({
67
- minimizerOptions: {
68
- preset: [
69
- 'default',
70
- {
71
- discardComments: { removeAll: true },
72
- },
73
- ],
74
75
- }),
+ new CssMinimizerPlugin(),
+ // new CssMinimizerPlugin({
+ // minimizerOptions: {
+ // preset: [
+ // 'default',
+ // {
+ // discardComments: { removeAll: true },
+ // },
+ // ],
76
+ // }),
77
new EsbuildPlugin({
78
target: 'es2015',
79
}),
0 commit comments