fixed css bundle filename hash
This commit is contained in:
parent
76d10f5920
commit
61938c8e66
|
@ -153,7 +153,9 @@ module.exports = {
|
|||
new webpack.optimize.CommonsChunkPlugin({
|
||||
name: 'runtime'
|
||||
}),
|
||||
new ExtractTextPlugin('style.[chunkhash:8].css'),
|
||||
new ExtractTextPlugin({
|
||||
filename: 'style.[contenthash:8].css'
|
||||
}),
|
||||
new ManifestPlugin()
|
||||
],
|
||||
devServer: {
|
||||
|
|
Loading…
Reference in New Issue