Skip to content

Commit

Permalink
build: add missing tslib dep in webpack_test
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and clydin committed Jun 14, 2021
1 parent 4409998 commit 0e5d894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ngtools/webpack/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jasmine_node_test(
deps = [
"@npm//jasmine",
"@npm//source-map",
"@npm//tslib",
],
)

Expand Down

0 comments on commit 0e5d894

Please sign in to comment.