mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-28 16:00:24 +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({
|
new HtmlWebpackPlugin({
|
||||||
template: 'src/index.ejs',
|
template: 'src/index.ejs',
|
||||||
favicon: 'src/favicon.ico',
|
favicon: 'src/favicon.ico',
|
||||||
hash: isProduction,
|
hash: false, // webpack does this for all our assets automagically
|
||||||
filename: 'index.html',
|
filename: 'index.html',
|
||||||
inject: false,
|
inject: false,
|
||||||
minify: {
|
minify: {
|
||||||
|
Loading…
Reference in New Issue
Block a user