mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
868e0a5ac9
* 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"]
|
|
}
|