Update public path

This commit is contained in:
Misode
2020-09-12 00:40:01 +02:00
parent e815888d0f
commit 8ad85fca34
2 changed files with 1 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ module.exports = (env, argv) => ({
entry: './src/app/app.ts',
output: {
path: __dirname + '/dist',
publicPath: argv.mode === 'production' ? '/dev/' : '/',
filename: 'js/bundle.js'
},
resolve: {