refine
This commit is contained in:
parent
5ddce1f458
commit
5d418e84fe
|
@ -40,7 +40,8 @@ const webpackConfig = merge(baseWebpackConfig, {
|
|||
}),
|
||||
// extract css into its own file
|
||||
new MiniCssExtractPlugin({
|
||||
filename: utils.assetsPath('css/[name].[chunkhash].css'),
|
||||
filename: utils.assetsPath('css/[name].[contenthash:8].css'),
|
||||
chunkFilename: utils.assetsPath('css/[name].[contenthash:8].css')
|
||||
}),
|
||||
// generate dist index.html with correct asset hash for caching.
|
||||
// you can customize output by editing /index.html
|
||||
|
|
Loading…
Reference in New Issue