Skip to content

ie11 support #51

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

Closed
patrick-lai opened this issue May 17, 2019 · 1 comment
Closed

ie11 support #51

patrick-lai opened this issue May 17, 2019 · 1 comment

Comments

@patrick-lai
Copy link

Suggestion, for the dist maybe babel it to not have arrow functions. Because this library wont work on ie11.

@ghengeveld
Copy link
Member

Hi Patrick,

If you use Webpack or Rollup (anything that supports the "module" entry point in package.json) for your app, it should automatically pick up and transpile React Async as well, according to your own rules. We actually ship separate distributions for various target environments, including the original sources. This means we don't have a legacy ES5 distribution for older browsers. If you need it, you can build it from source. create-react-app should do that out of the box.

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