Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 5d3b569

Browse files
committed
Use 'hash'
1 parent aa189fa commit 5d3b569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.prod.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const webpackConfig = merge(baseWebpackConfig, {
4444
}),
4545
// extract css into its own file
4646
new ExtractTextPlugin({
47-
filename: utils.assetsPath('css/[name].[contenthash].css'),
47+
filename: utils.assetsPath('css/[name].[hash].css'),
4848
// Setting the following option to `false` will not extract CSS from codesplit chunks.
4949
// Their CSS will instead be inserted dynamically with style-loader when the codesplit chunk has been loaded by webpack.
5050
// It's currently set to `true` because we are seeing that sourcemaps are included in the codesplit bundle as well when it's `false`,

0 commit comments

Comments
 (0)