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

Allow ES to be published without support for IE11 #3236

Closed
oliverfoster opened this issue Sep 7, 2021 · 0 comments
Closed

Allow ES to be published without support for IE11 #3236

oliverfoster opened this issue Sep 7, 2021 · 0 comments
Assignees

Comments

@oliverfoster
Copy link
Member

oliverfoster commented Sep 7, 2021

Subject of the enhancement

IE11 support is dropped by Microsoft for its core products https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-apps-say-farewell-to-internet-explorer-11-and/ba-p/1591666
IE11 will be eol after June 2022 https://docs.microsoft.com/en-us/lifecycle/faq/internet-explorer-microsoft-edge

Publishing Adapt in ES5 causes debugging issues with asynchronous call stacks as a polyfill is required to maintain compatibility, removing IE11 support will ease debugging issues.

The effect of removing ie11 support drops the adapt.min.js file size from 701KB to 500KB on grunt dev and from 507KB to 382KB on grunt build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant