mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-28 16:00:24 +05:30
#283: fix style hashes broken by 968b4a
This commit is contained in:
parent
c8c8f5eb6d
commit
225163e5c5
@ -244,7 +244,7 @@ if (isProduction) {
|
|||||||
new webpack.optimize.OccurenceOrderPlugin(true),
|
new webpack.optimize.OccurenceOrderPlugin(true),
|
||||||
new webpack.optimize.DedupePlugin(),
|
new webpack.optimize.DedupePlugin(),
|
||||||
new webpack.optimize.UglifyJsPlugin(),
|
new webpack.optimize.UglifyJsPlugin(),
|
||||||
new ExtractTextPlugin('styles.css', {
|
new ExtractTextPlugin('styles.css?[hash]', {
|
||||||
allChunks: true
|
allChunks: true
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user