mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-10 18:12:10 +05:30
Disable multiple file hashing on index.html
This commit is contained in:
parent
28ce3e4b70
commit
200a1f339f
@ -112,7 +112,7 @@ var webpackConfig = {
|
||||
new HtmlWebpackPlugin({
|
||||
template: 'src/index.ejs',
|
||||
favicon: 'src/favicon.ico',
|
||||
hash: isProduction,
|
||||
hash: false, // webpack does this for all our assets automagically
|
||||
filename: 'index.html',
|
||||
inject: false,
|
||||
minify: {
|
||||
|
Loading…
Reference in New Issue
Block a user