reverted back to static public path
This commit is contained in:
parent
6a8003e904
commit
6c8843ca74
@ -48,7 +48,7 @@ module.exports = {
|
||||
filenameHashing: false,
|
||||
productionSourceMap: false,
|
||||
publicPath: process.env.NODE_ENV === 'production'
|
||||
? './static/vue'
|
||||
? '/static/vue'
|
||||
: 'http://localhost:8080/',
|
||||
outputDir: '../cookbook/static/vue/',
|
||||
runtimeCompiler: true,
|
||||
|
Loading…
Reference in New Issue
Block a user