ie
rodrigoporcionato opened this issue · 2 comments
rodrigoporcionato commented
For ie it not work right?
jherax commented
Could you please report the error from the console? Because in this project the only features used by Babel are Array.prototype.sort
and Object.defineProperty
(from Webpack)
jherax commented
Although this project is transpiled with Babel, some features are missing for IE (e.g. Object.assign
).
That's why for IE always is a good idea to load polyfills, see some examples here:
https://github.com/jherax/proxy-storage#shimming-polyfills
I will add that section to the README.md
Thanks for your comment!! :)