Fix dev mode

This commit is contained in:
ErickSkrauch
2020-07-22 14:19:23 +03:00
parent 8d9d830a7e
commit 993d0cdedb

View File

@@ -47,7 +47,7 @@ const webpackConfig = {
output: {
path: outputPath,
publicPath: '/',
filename: '[name].js?[chunkhash]',
filename: `[name].js?[${isProduction ? 'chunkhash' : 'hash'}]`,
},
resolve: {