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 = { module.exports = {
configureWebpack: { configureWebpack: {
devServer: { devServer: {
host: 'es2cd.io',
port: '8080', port: '8080',
disableHostCheck: true disableHostCheck: true
} }
}, },
"transpileDependencies": [
"vuetify"
],
"runtimeCompiler": true
} }