Update vue.config.js

This commit is contained in:
N-Pex 2020-11-09 17:07:32 +01:00
parent 1b3659b50e
commit f16190d70e

View file

@ -1,5 +1,9 @@
module.exports = { module.exports = {
"transpileDependencies": [ "transpileDependencies": [
"vuetify" "vuetify"
] ],
publicPath: process.env.NODE_ENV === 'production'
? './'
: './',
} }