Skip to content

Commit b6fa4ad

Browse files
clydinalan-agius4
authored andcommitted
build: add all used babel plugins to bazel BUILD file
1 parent b836cc5 commit b6fa4ad

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"@babel/generator": "7.15.8",
8484
"@babel/helper-annotate-as-pure": "7.15.4",
8585
"@babel/plugin-proposal-async-generator-functions": "7.15.8",
86+
"@babel/plugin-transform-async-to-generator": "7.14.5",
8687
"@babel/plugin-transform-runtime": "7.15.8",
8788
"@babel/preset-env": "7.15.8",
8889
"@babel/runtime": "7.15.4",

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ ts_library(
107107
"@npm//@angular/service-worker",
108108
"@npm//@babel/core",
109109
"@npm//@babel/helper-annotate-as-pure",
110+
"@npm//@babel/plugin-proposal-async-generator-functions",
111+
"@npm//@babel/plugin-transform-async-to-generator",
110112
"@npm//@babel/plugin-transform-runtime",
111113
"@npm//@babel/preset-env",
112114
"@npm//@babel/runtime",

0 commit comments

Comments
 (0)