This commit is contained in:
Eugene Pankov
2021-07-26 17:56:35 +02:00
parent 151a2fab60
commit cbd8a93909
15 changed files with 84 additions and 327 deletions

View File

@@ -43,7 +43,7 @@ module.exports = {
output: {
path: outputPath,
pathinfo: true,
publicPath: '/',
publicPath: '/static/',
filename: '[name].js',
chunkFilename: '[name].bundle.js',
},