1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-08 12:35:09 +02:00
bitwarden-browser/babel.config.json
Will Martin b457962850
[PM-6788] enable bugfixes in babel/preset-env (#9465)
* enable bugfixes in babel/preset-env
2024-05-31 17:59:39 -04:00

12 lines
156 B
JSON

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