Skip to content

Commit

Permalink
Add babel-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 22, 2017
1 parent c206828 commit 8c68b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"dependencies": {
"antd": "^3.0.0-beta.1",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.9.2",
"classnames": "^2.2.5",
"core-js": "^2.5.1",
Expand Down
1 change: 1 addition & 0 deletions src/polyfill.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import 'core-js/es6/map';
import 'core-js/es6/set';
import 'babel-polyfill';

global.requestAnimationFrame =
global.requestAnimationFrame || function requestAnimationFrame(callback) {
Expand Down

0 comments on commit 8c68b73

Please sign in to comment.