This commit is contained in:
timorls 2022-01-27 13:01:07 +08:00
parent 6348d7b688
commit f63509acf3
1 changed files with 1 additions and 5 deletions

View File

@ -12,12 +12,8 @@ module.exports = {
}
},
configureWebpack: {
externals: {
'vue': 'Vue',
externals: {
'element-ui': 'ELEMENT',
'vue-router': 'VueRouter',
'vuex': 'Vuex',
'axios': 'axios',
'echarts': 'echarts'
},
resolve: {