This commit is contained in:
timorls 2022-01-27 13:06:40 +08:00
parent 20ace402d1
commit eede3932c6
1 changed files with 0 additions and 8 deletions

View File

@ -12,14 +12,6 @@ module.exports = {
}
},
configureWebpack: {
externals: {
'vue': 'Vue',
'element-ui': 'ELEMENT',
'vue-router': 'VueRouter',
'vuex': 'Vuex',
'axios': 'axios',
'echarts': 'echarts'
},
resolve: {
alias: {
components: "@/components",