1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-21 11:35:34 +01:00

[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

View File

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