front end, config
This commit is contained in:
9
client/vue.config.js
Normal file
9
client/vue.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
devServer: {
|
||||
disableHostCheck: true
|
||||
},
|
||||
transpileDependencies: [
|
||||
/\bvue-awesome\b/,
|
||||
'vuex-persist'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user