Change webpack destination
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = (env, argv) => {
|
||||
output: {
|
||||
path: DIST,
|
||||
filename: '[name].js',
|
||||
publicPath: '../dist/'
|
||||
publicPath: './'
|
||||
},
|
||||
module: {
|
||||
rules: [{
|
||||
|
||||
Reference in New Issue
Block a user