keanu-weblite/vue.config.js

13 lines
187 B
JavaScript
Raw Normal View History

2020-11-09 10:26:56 +01:00
module.exports = {
"transpileDependencies": [
"vuetify"
2020-11-09 17:07:32 +01:00
],
publicPath: process.env.NODE_ENV === 'production'
? './'
: './',
devServer: {
https: true
},
2020-11-09 10:26:56 +01:00
}