We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a7b64 commit dbb1704Copy full SHA for dbb1704
package.json
@@ -33,6 +33,7 @@
33
"babel-plugin-transform-class-properties": "^6.24.1",
34
"babel-plugin-transform-object-rest-spread": "^6.26.0",
35
"babel-plugin-transform-runtime": "^6.23.0",
36
+ "babel-polyfill": "^6.26.0",
37
"babel-preset-env": "^1.6.1",
38
"babel-preset-react": "^6.24.1",
39
"classnames": "^2.2.5",
src/web/index.js
@@ -1,5 +1,6 @@
1
import React from 'react';
2
import ReactDOM from 'react-dom';
3
+import 'babel-polyfill';
4
import RouterRoot from './Router';
5
6
ReactDOM.render(
0 commit comments