-
-
Notifications
You must be signed in to change notification settings - Fork 903
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
Drop IE11 support #469
Comments
... or pin their dependency to |
I recently saw some issues in IE11 browsers w.r.t trailing commas. Specifically with the |
@fzxt can you provide more details? This is definitely not expected: First of all, the most recent version of this library doesn't even expose a |
@ctavan just to close the loop on this, we were indeed on some old version and the errors were due to some custom setup. Sorry to necro / distract on this issue. |
FYI, MSFT dropping IE11 support for MS 365 in August 2021. Source |
Update... IE11 now at 0.47% market share (Aug 2021, source). From this page:
|
Does that mean that folks running edge in IE mode need the same level of compatibility as IE11? 🤔 |
And users needing IE11 can still transpile whatever they need via webpack + babel. |
I believe we should drop IE11 support with the next major release. This would allow us to produce much more modern bundles.
As of June 2020 IE11 market share is only 1.4% according to https://gs.statcounter.com/
Users who really need to support IE11 would still be able to transpile our bundles or add required polyfills.
As part of this we can remove
output.ecmaVersion: 5
from the webpack configs.The text was updated successfully, but these errors were encountered: