mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 07:00:54 +03:00
fixed css bundle filename hash
This commit is contained in:
@@ -153,7 +153,9 @@ module.exports = {
|
|||||||
new webpack.optimize.CommonsChunkPlugin({
|
new webpack.optimize.CommonsChunkPlugin({
|
||||||
name: 'runtime'
|
name: 'runtime'
|
||||||
}),
|
}),
|
||||||
new ExtractTextPlugin('style.[chunkhash:8].css'),
|
new ExtractTextPlugin({
|
||||||
|
filename: 'style.[contenthash:8].css'
|
||||||
|
}),
|
||||||
new ManifestPlugin()
|
new ManifestPlugin()
|
||||||
],
|
],
|
||||||
devServer: {
|
devServer: {
|
||||||
|
|||||||
Reference in New Issue
Block a user