We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f9f2c3 + d7c4b6c commit 304529bCopy full SHA for 304529b
demo/js/demo.js
@@ -1,3 +1,4 @@
1
+import 'babel-polyfill';
2
import React from 'react';
3
import ReactDOM from 'react-dom';
4
package.json
@@ -92,6 +92,7 @@
92
"babel-eslint": "^8.2.2",
93
"babel-loader": "^7.1.2",
94
"babel-plugin-external-helpers": "^6.22.0",
95
+ "babel-polyfill": "^6.26.0",
96
"babel-preset-es2015": "^6.24.1",
97
"babel-preset-react": "^6.24.1",
98
"babel-preset-stage-2": "^6.24.1",
0 commit comments