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
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