mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-14 04:05:55 +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.DedupePlugin(),
|
||||
new webpack.optimize.UglifyJsPlugin(),
|
||||
new ExtractTextPlugin('styles.css', {
|
||||
new ExtractTextPlugin('styles.css?[hash]', {
|
||||
allChunks: true
|
||||
})
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user