Update vue.config.js

This commit is contained in:
Jinyoung Jang
2020-11-01 22:59:33 +09:00
committed by GitHub
parent cafd0c3b17
commit 8f26dea2b4

View File

@@ -1,15 +1,9 @@
module.exports = {
configureWebpack: {
devServer: {
host: 'es2cd.io',
port: '8080',
disableHostCheck: true
}
},
"transpileDependencies": [
"vuetify"
],
"runtimeCompiler": true
}
}