Skip to content

Conversation

D1plo1d
Copy link
Contributor

@D1plo1d D1plo1d commented Jul 9, 2020

Added a browserlist to indicate support for modern ES. When Parcel detects a library's browserlist is different then the application browser list it will transpile the library to the version of ES required by the application. This allows developers to specify older browsers (eg. ie 11) and have react-async transparently transpiled.

Edit: Without this Parcel assumes react-async is already compiled to ES5.

Added a browserlist to indicate support for modern ES. When Parcel detects a library's browserlist is different then the application browser list it will transpile the library to the version of ES required by the application. This allows developers to specify older browsers (eg. ie 11) and have react-async transparently transpiled.
@ghengeveld ghengeveld merged commit aee0e38 into async-library:next Jul 10, 2020
@ghengeveld
Copy link
Member

Thanks 👍

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

Successfully merging this pull request may close these issues.

2 participants