0
0
Fork 0
mirror of https://github.com/bitwarden/clients.git synced 2024-11-23 09:47:43 +01:00
bitwarden-clients/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

11 lines
156 B
JSON

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