Skip to content

Commit

Permalink
perf(echart): 移除echart模块
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Sep 4, 2020
1 parent c7bc681 commit 1d85b9e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"core-js": "3.6.5",
"crypto-js": "^4.0.0",
"dayjs": "1.8.20",
"echarts": "4.8.0",
"element-ui": "^2.13.2",
"inquirer": "^6.5.2",
"jsoneditor": "8.5.3",
Expand Down
21 changes: 0 additions & 21 deletions src/plugins/echarts.ts

This file was deleted.

4 changes: 0 additions & 4 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,9 @@ module.exports = {
vuex: 'Vuex',
'vue-router': 'VueRouter',
'element-ui': 'ELEMENT',
echarts: 'echarts',
axios: 'axios',
lodash: '_',
jsoneditor: 'JSONEditor',
gojs: 'go',
'core-js': 'core',
});
// 向模板插入资源
Expand All @@ -113,10 +111,8 @@ module.exports = {
'/element-ui/2.13.0/theme-chalk/index.css',
'/axios/0.19.0-beta.1/axios.min.js',
'/lodash.js/4.17.11/lodash.min.js',
'/echarts/4.6.0/echarts.min.js',
'/jsoneditor/7.0.5/jsoneditor.min.css',
'/jsoneditor/7.0.5/jsoneditor.min.js',
'/gojs/2.0.4/go.js',
'/core-js/2.6.5/shim.min.js',
],
append: false,
Expand Down

0 comments on commit 1d85b9e

Please sign in to comment.