We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is my @babel/preset-env settings:
@babel/preset-env
{ "presets": [ [ "@babel/preset-env", { "useBuiltIns": "usage", "corejs": 3 } ] ], "targets": { "chrome": "58", "ie": "11" } }
And I found usageGlobal inject polyfill within esnext.string.replaceAll as fallback, while entryGlobal not.
esnext.string.replaceAll
I'm really curious about this. Could someone explain this to me?
The text was updated successfully, but these errors were encountered:
What about corejs: '3.19'?
corejs: '3.19'
Sorry, something went wrong.
No branches or pull requests
Here is my
@babel/preset-env
settings:And I found usageGlobal inject polyfill within
esnext.string.replaceAll
as fallback, while entryGlobal not.I'm really curious about this. Could someone explain this to me?
The text was updated successfully, but these errors were encountered: