fixed webpack publicPath
This commit is contained in:
parent
b0102178fc
commit
bf92d60f61
@ -42,7 +42,7 @@ module.exports = {
|
||||
devtool: 'source-map',
|
||||
output: {
|
||||
path: exportPath,
|
||||
publicPath: '/build',
|
||||
publicPath: '/build/',
|
||||
filename: appName
|
||||
},
|
||||
module: {
|
||||
|
Loading…
Reference in New Issue
Block a user