Update vue.config.js
This commit is contained in:
@@ -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
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user