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

improve: mini css extract plugin config (? maybe useless)

上级 168c9bbc
...@@ -25,7 +25,8 @@ module.exports = merge(common, { ...@@ -25,7 +25,8 @@ module.exports = merge(common, {
}), }),
new MiniCssExtractPlugin({ new MiniCssExtractPlugin({
filename: '[name].[contenthash:8].css', filename: '[name].[contenthash:8].css',
allChunks: true, chunkFilename: '[id].[contenthash:8].css',
// allChunks: true,
}), }),
new BundleAnalyzerPlugin(), new BundleAnalyzerPlugin(),
], ],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论