Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buildfiles not ES5 compliant #11

Open
devatrox opened this issue Mar 21, 2019 · 1 comment
Open

Buildfiles not ES5 compliant #11

devatrox opened this issue Mar 21, 2019 · 1 comment

Comments

@devatrox
Copy link

In the generated files there still is lots of ES6 syntax like arrow functions, let, const and property shorthands.

A common Webpack/Babel setup will usually ignore node_modules folder so these will not be transformed and end up causing errors on older browsers.

@PGA68
Copy link

PGA68 commented Jul 12, 2019

Yes.
I have the same problem. For this reason, create-react-app does not work in Internet Explorer 11. Object.assign is not supported by this browser.

Fixed for it in my case (only production build) - facebook/create-react-app#7084 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants