Added babel polyfill to docs to fix ie11 bug, fixes #99

old
Nathan Marks 2015-11-11 19:53:22 -05:00
parent 1b6bb5f85b
commit 431bc3a39b
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import 'babel-polyfill';
import React from 'react';
import ReactDOM from 'react-dom';
import { Router, Route, IndexRoute } from 'react-router';

View File

@ -22,6 +22,7 @@
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"babel-polyfill": "^6.1.4",
"css-loader": "^0.21.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.8.2",