Skip to content

Commit 5e05784

Browse files
alan-agius4profanis
authored andcommitted
build: add @babel/preset-env to dependencies (angular#37456)
`@babel/preset-env` is needed by for NGCC tests: https://github.com/angular/angular/blob/3569fdf45195c36713e43a91a4feba4fa3c9facf/packages/compiler-cli/ngcc/test/BUILD.bazel#L84 However this is not as a depedency in the angular repo. PR Close angular#37456
1 parent eb53b6e commit 5e05784

File tree

2 files changed

+431
-7
lines changed

2 files changed

+431
-7
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"@babel/cli": "^7.8.4",
5151
"@babel/core": "^7.8.6",
5252
"@babel/generator": "^7.8.6",
53+
"@babel/preset-env": "^7.10.2",
5354
"@babel/template": "^7.8.6",
5455
"@babel/traverse": "^7.8.6",
5556
"@babel/types": "^7.8.6",

0 commit comments

Comments
 (0)