xcatliu / react-ie8

Make your React app work in IE8
http://react-ie8.xcatliu.com/
997 stars 162 forks source link

forEach! why this easy problem? #22

Closed gggin closed 8 years ago

gggin commented 8 years ago

image

image

gggin commented 8 years ago

Hope this help some one! webpack entry file cannot use import key words! just use 4 lines: require('es5-shim'); require('es5-shim/es5-sham'); require('console-polyfill'); require('./index.jsx');

index.jsx is your origin entry file!

This also write in README.md in this repo! Thank you author!