Remove web.context-root
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
filenameHashing: false,
|
||||
productionSourceMap: false,
|
||||
outputDir: '../static'
|
||||
outputDir: '../static',
|
||||
publicPath: '/'
|
||||
}
|
Reference in New Issue
Block a user