testing with public path auto

This commit is contained in:
vabene1111
2021-10-26 15:45:38 +02:00
parent f57ac1a2d0
commit bb6c53bc82

View File

@ -48,7 +48,7 @@ module.exports = {
filenameHashing: false,
productionSourceMap: false,
publicPath: process.env.NODE_ENV === 'production'
? '/static/vue'
? 'auto'
: 'http://localhost:8080/',
outputDir: '../cookbook/static/vue/',
runtimeCompiler: true,