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

fix(core,react): make IE 11 compatible (fixes #746) #750

Merged
merged 1 commit into from Apr 15, 2021
Merged

Conversation

Anber
Copy link
Collaborator

@Anber Anber commented Apr 15, 2021

Motivation

Linaria can partially work even in IE (except prop-based interpolation), but we don't transpile core and styled to es3, so people with old browsers get completely broken page. This PR fixes that issue. #746

Summary

  • dropped not ie 11 from the targets;
  • replaced unsupported functions;
  • overridden polyfills config for core-js.

@Anber Anber merged commit 922df95 into master Apr 15, 2021
@Anber Anber deleted the issue-746-2 branch April 15, 2021 08:59
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

1 participant