babel-polyfills
babel-polyfills copied to clipboard
A set of Babel plugins that enable injecting different polyfills with different strategies in your compiled code.
## Feature Request **Is your feature request related to a problem? Please describe.** core-js is missing the important things. `ChildNode.remove()`, `fetch()`, `XMLHttpRequest()` ... **Describe the solution you'd like** possibility to...
From https://github.com/babel/babel-polyfills/issues/10#issuecomment-623128674 (@pleunv) > I also suspect (but haven't confirmed) that when a dependency does feature detection with a slow path fallback or provides an inline poly/ponyfill themselves it still...
And adding 'rollup-plugin-polyfill-node' to my plugins adds a load of additional unnecessary code to the top of all my output files. I struggle at the best of times to understand...
The first commit implements the capability, the second one uses it for core-js. Fixes #80
Fixes #180
I know this is more of nuxt(v2) problem and I have opened an issue to them but I am looking for the possible reason I can find. This is my...
Quoted from [there](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md#polyfills-collector): > Your dependencies could have their own core-js dependencies and they can be incompatible with the core-js version that you use at the root of your project,...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code ```js import 'core-js/stable'; ``` ### Configuration...
The problem is described [here](https://github.com/babel/babel-polyfills/pull/165#discussion_r1231253950).