This commit is contained in:
Pan 2018-07-23 16:41:30 +08:00
parent 5ddce1f458
commit 5d418e84fe
1 changed files with 2 additions and 1 deletions

View File

@ -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