Skip to content

Commit 304529b

Browse files
committed
Merge branch 'master' into chore/unstated
* master: Import babel-polyfill at top of demo script Add babel-polyfill dependency
2 parents 6f9f2c3 + d7c4b6c commit 304529b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

demo/js/demo.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import 'babel-polyfill';
12
import React from 'react';
23
import ReactDOM from 'react-dom';
34

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"babel-eslint": "^8.2.2",
9393
"babel-loader": "^7.1.2",
9494
"babel-plugin-external-helpers": "^6.22.0",
95+
"babel-polyfill": "^6.26.0",
9596
"babel-preset-es2015": "^6.24.1",
9697
"babel-preset-react": "^6.24.1",
9798
"babel-preset-stage-2": "^6.24.1",

0 commit comments

Comments
 (0)