fixed css bundle filename hash

This commit is contained in:
Danny Coates 2018-02-19 23:43:15 -08:00
parent 76d10f5920
commit 61938c8e66
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 3 additions and 1 deletions

View File

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