Skip to content

Commit

Permalink
fix: switched away from deprecated @babel/polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Apr 29, 2021
1 parent 9d13675 commit 4f2139b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 38 deletions.
40 changes: 4 additions & 36 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 @@ -80,7 +80,6 @@
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/polyfill": "^7.10.4",
"@egjs/hammerjs": "^2.0.17",
"@fullcalendar/timegrid": "^5.1.0",
"@fullcalendar/vue": "^5.1.0",
Expand Down
3 changes: 2 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import '@babel/polyfill';
import 'core-js/stable';
import 'regenerator-runtime/runtime';

import Vue from 'vue';

Expand Down

0 comments on commit 4f2139b

Please sign in to comment.