mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-16 21:22:59 +05:30
Fix dev mode
This commit is contained in:
parent
8d9d830a7e
commit
993d0cdedb
@ -47,7 +47,7 @@ const webpackConfig = {
|
||||
output: {
|
||||
path: outputPath,
|
||||
publicPath: '/',
|
||||
filename: '[name].js?[chunkhash]',
|
||||
filename: `[name].js?[${isProduction ? 'chunkhash' : 'hash'}]`,
|
||||
},
|
||||
|
||||
resolve: {
|
||||
|
Loading…
Reference in New Issue
Block a user