[PM-6788] enable bugfixes in babel/preset-env (#9465)

* enable bugfixes in babel/preset-env
This commit is contained in:
Will Martin 2024-05-31 17:59:39 -04:00 committed by GitHub
parent 107ac5dc38
commit b457962850
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,11 @@
{
"presets": ["@babel/preset-env"],
"presets": [
[
"@babel/preset-env",
{
"bugfixes": true
}
]
],
"plugins": ["@angular/compiler-cli/linker/babel"]
}