Skip to content

Commit 55cd9bb

Browse files
filipesilvamgechev
authored andcommitted
build: include json files in @angular-devkit/build-optimizer Bazel build
1 parent 5f3f736 commit 55cd9bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/angular_devkit/build_optimizer/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ ts_library(
3535
"@npm//tslib",
3636
"@npm//typescript",
3737
],
38+
data = glob(
39+
include = [
40+
"package.json",
41+
"webpack-loader/package.json",
42+
],
43+
),
3844
)
3945

4046
ts_library(

0 commit comments

Comments
 (0)