Skip to content

Commit 0e4e490

Browse files
clydindgp1130
authored andcommitted
build(@angular-devkit/build-angular): add missing @babel/generator dep to BUILD file
1 parent 156f15e commit 0e4e490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ ts_library(
101101
"@npm//@angular/localize",
102102
"@npm//@angular/service-worker",
103103
"@npm//@babel/core",
104+
"@npm//@babel/generator",
104105
"@npm//@babel/helper-annotate-as-pure",
105106
"@npm//@babel/plugin-proposal-async-generator-functions",
106107
"@npm//@babel/plugin-transform-async-to-generator",

0 commit comments

Comments
 (0)