Open
Description
Here is my @babel/preset-env
settings:
{
"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.
I'm really curious about this. Could someone explain this to me?
Metadata
Metadata
Assignees
Labels
No labels