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