Fix dev mode

This commit is contained in:
ErickSkrauch 2020-07-22 14:19:23 +03:00
parent 8d9d830a7e
commit 993d0cdedb
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -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: {