Issue originally reported by @hzoo in babel/babel-preset-env#246
After babel/babel-preset-env#241 is done
The plugin that is added is a fork of transform-runtime to only do polyfills but it's very similar logic so we could just make it an option, maybe useBuiltIns: runtime.
Then we can deprecate that plugin and make everything simplier.
After babel/babel-preset-env#241 is done
The plugin that is added is a fork of transform-runtime to only do polyfills but it's very similar logic so we could just make it an option, maybe
useBuiltIns: runtime.Then we can deprecate that plugin and make everything simplier.