mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
b457962850
* enable bugfixes in babel/preset-env
12 lines
156 B
JSON
12 lines
156 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"bugfixes": true
|
|
}
|
|
]
|
|
],
|
|
"plugins": ["@angular/compiler-cli/linker/babel"]
|
|
}
|