mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-10 00:21:27 +01: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"]
|
|
}
|