Releases: xcatliu/react-ie8
Releases · xcatliu/react-ie8
Update deprecate README
Deprecate react-ie8
I have realized that it was foolish to include all possible requirements in one package, because once they are bundled into one js file, all required files will be included, although some may not be useful.
So package react-ie8
_will be deprecated_.
In addition, react-ie8
will focus on providing a series of examples for people who are facing the same compatible problems, as will as collecting issues.
Have fun with react-ie8
examples, and feel free to open an issue.
Worked version
Add es3ify to examples/hello-world and it finally works.
Fix lib doesn't exist problem
lib
is ignored while publishing, add an empty.npmignore
file to solve the problem #13
https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package
Add babel-plugin-add-module-exports
- Fix babel transform doesn't support the
module.exports
Now we can use
require('react-ie8')(options);
instead of
require('react-ie8').default(options);
First version
The first version of react-ie8
, only support commonJS style:
require('react-ie8')(options);
Supported options
:
es5-shim
default:true
es5-sham
default:true
console-polyfill
default:true