Skip to content

Commit 7562d64

Browse files
committed
chore: build webpack
1 parent b6cf08f commit 7562d64

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

webpack/webpack.prod.js

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,17 @@ const prodWebpackConfig = merge(common, {
6363
optimization: {
6464
minimize: true,
6565
minimizer: [
66-
new CssMinimizerPlugin({
67-
minimizerOptions: {
68-
preset: [
69-
'default',
70-
{
71-
discardComments: { removeAll: true },
72-
},
73-
],
74-
},
75-
}),
66+
new CssMinimizerPlugin(),
67+
// new CssMinimizerPlugin({
68+
// minimizerOptions: {
69+
// preset: [
70+
// 'default',
71+
// {
72+
// discardComments: { removeAll: true },
73+
// },
74+
// ],
75+
// },
76+
// }),
7677
new EsbuildPlugin({
7778
target: 'es2015',
7879
}),

0 commit comments

Comments
 (0)