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