提交 c3db3f16 authored 作者: vipcxj's avatar vipcxj

fix: wrong optimize css config.

上级 4891c009
......@@ -3,6 +3,7 @@ module.exports = {
'postcss-flexbugs-fixes': {},
autoprefixer: {
flexbox: 'no-2009',
remove: false,
},
},
};
......@@ -42,7 +42,11 @@ module.exports = merge(common, {
},
},
}),
new OptimizeCSSAssetsPlugin({}),
new OptimizeCSSAssetsPlugin({
cssProcessorOptions: {
safe: true,
},
}),
],
},
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论