-
Notifications
You must be signed in to change notification settings - Fork 10
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
opt in IE11 / legacy browsers support for polyfills and browserslist (differential loading) #224
Comments
IE11 also might need additional shims. This is what we have in Create Evergreen App docs.
|
This could help from the PostCSS side of things: edgie. |
I don't think IE11 is really relevant these days, and if it, we have a Babel plugin, or someone could create a esbuild plugin, etc. |
Type of Change
Summary
As part of #187 and #9 Greenwood provided support for programmatically adding Polyfills. However, the next step would be to able to make IE11 opt-in and allow for other browser configurations.
Details
babel/preset-modules
? Also this Twitter thread has some good conversations around@babel/preset-env
and .browserslistrcThe text was updated successfully, but these errors were encountered: