Closed gggin closed 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!