Skip to content

Commit

Permalink
fix: 去掉 @babel/polyfill 因为 @vue/cli-service 已经处理过 polyfill,具体请看vue-cl…
Browse files Browse the repository at this point in the history
  • Loading branch information
blesstosam committed Dec 19, 2020
1 parent b8ab3ab commit d57e2a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
16 changes: 0 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"printWidth": 100
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@chenfengyuan/vue-qrcode": "1.0.2",
"@download/blockies": "1.0.3",
"@riophae/vue-treeselect": "0.0.38",
Expand Down
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import '@babel/polyfill';

import Vue from 'vue';
import App from './App.vue';
import router from './router/router';
Expand Down

1 comment on commit d57e2a6

@vercel
Copy link

@vercel vercel bot commented on d57e2a6 Dec 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.