Skip to content

Commit

Permalink
build: add all used babel plugins to bazel BUILD file
Browse files Browse the repository at this point in the history
(cherry picked from commit b6fa4ad)
  • Loading branch information
clydin authored and alan-agius4 committed Nov 1, 2021
1 parent 2fb10da commit 9c24dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"@babel/generator": "7.15.8",
"@babel/helper-annotate-as-pure": "7.15.4",
"@babel/plugin-proposal-async-generator-functions": "7.15.8",
"@babel/plugin-transform-async-to-generator": "7.14.5",
"@babel/plugin-transform-runtime": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/runtime": "7.15.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/angular_devkit/build_angular/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ ts_library(
"@npm//@angular/service-worker",
"@npm//@babel/core",
"@npm//@babel/helper-annotate-as-pure",
"@npm//@babel/plugin-proposal-async-generator-functions",
"@npm//@babel/plugin-transform-async-to-generator",
"@npm//@babel/plugin-transform-runtime",
"@npm//@babel/preset-env",
"@npm//@babel/runtime",
Expand Down

0 comments on commit 9c24dad

Please sign in to comment.