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

Temporarily add back IE11 to our targets #42

Merged
merged 2 commits into from Aug 1, 2022

Conversation

pascalduez
Copy link
Member

@pascalduez pascalduez commented Jul 29, 2022

In recent Browserslist version the not dead query removes IE11 from our targets.
This breaks our ES5 check on the legacy bundle.

Add it back temporarily, until we tackle the major Babel/targets etc revamp.

To be able to test it, we need to dedupe the browserlist transitive dep.
To be able to dedupe, we need resolutions overrides.
To be able to use overrides we need npm >= 8.3.

How to review?
There are no changes in our snapshots, this means everything is back to normal :)

- In recent Browserslist version the "not dead" query removes IE11.
This breaks our ES5 check on the legacy bundle.
Add it back temporarily, until we tackle the major Babel/targets etc
revamp.
@pascalduez pascalduez merged commit 0ecf8f5 into master Aug 1, 2022
@pascalduez pascalduez deleted the hotfix/browserslist-ie11tig branch August 1, 2022 07:28
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.

None yet

2 participants