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

IE11 support #8220

Closed
ignaciomartinelias opened this issue Nov 4, 2021 · 3 comments
Closed

IE11 support #8220

ignaciomartinelias opened this issue Nov 4, 2021 · 3 comments

Comments

@ignaciomartinelias
Copy link

Neither the development bundle nor the production one has IE11 support. The v6 beta version was transpiled with Babel I guess but for some reason, this stable version is not. Once I try to use the v6 stable version in IE11 you'll get an Expected identifier error because of object destructuring... Really hope this is a bug and not an arbitrary decision to ditch IE11 support.

@jacob-ebey
Copy link
Member

jacob-ebey commented Nov 4, 2021

I can't speak to the decision, but IMO it's time to let IE die. If you need to support IE you can always transpile your node_modules for IE and either ship those transpiled bundles to everyone or ship a "fallback" bundle just for IE.

@ignaciomartinelias
Copy link
Author

I'd love to ditch support for IE11, but unfortunately, we still need to give support in many cases. Still, it's a bit weird to me that the beta version was transpiled while this one is not.

@timdorr
Copy link
Member

timdorr commented Nov 4, 2021

We're no longer building with IE support. You'll either need to stick to an older version or vendor this version and transpile with support for IE.

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

3 participants