This commit is contained in:
Eugene Pankov
2021-07-26 18:34:18 +02:00
parent 3a9b3e885b
commit 103dcea95b
3 changed files with 3 additions and 5 deletions

View File

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