You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most users do not need to support IE11. Either deprecate IE11 support, or include a modern build.
Current Behavior
This causes the bundle size to be large ... currently about 50KB (gzip size) of core-js polyfills are being included. If consumer does not need to support IE11, they do not need these polyfills
The text was updated successfully, but these errors were encountered:
Expected Behavior
Most users do not need to support IE11. Either deprecate IE11 support, or include a modern build.
Current Behavior
This causes the bundle size to be large ... currently about 50KB (gzip size) of core-js polyfills are being included. If consumer does not need to support IE11, they do not need these polyfills
The text was updated successfully, but these errors were encountered: