mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Fix dev mode
This commit is contained in:
@@ -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: {
|
||||||
|
Reference in New Issue
Block a user