Set babel to utilize `useBuiltIns: "usage”`
Removes explict calls to core-js polyfills. Lets babel find polyfills when needed for our target browsers.
Showing
This diff is collapsed.
Please register or sign in to comment
Removes explict calls to core-js polyfills. Lets babel find polyfills when needed for our target browsers.