mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-04 21:04:29 +08:00
* add babel present-env and browserslist --------- Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
5 lines
92 B
JSON
5 lines
92 B
JSON
{
|
|
"presets": ["@babel/preset-env"],
|
|
"plugins": ["@angular/compiler-cli/linker/babel"]
|
|
}
|