-
-
Notifications
You must be signed in to change notification settings - Fork 782
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
enable esm transpilation - fixes IE11 compatibility. #423
Conversation
4 releases since this PR went up, any feedback @krisk? |
Isn't this just a config setting and pull request sets this IE11 compatibiliuty "on by default"? Just wondering if this should be a documentation issue or considered a bug. |
Any update on when this would be merged and released? @krisk Would like to use latest version of Fuse but unable to use since we need support IE11 as-well. |
Could you not simply use |
this would work for old webpack / browserify, but not for anything modern that uses the ESM output (i.e, webpack2, angular cli, react etc. ) |
@krisk
If you adopt this way, normal bundle size will be same, and if ie11 disappear, you should remove as soon as possible. If you think this way is good, I will make pr. Thanks. |
Could we get this merged in by any chance? :) EDIT: |
No description provided.