Skip to content

Commit

Permalink
fix(examples): angualr universal_server
Browse files Browse the repository at this point in the history
Since rules_nodejs v3 the `--bazel_patch_module_resolver` flag is required to run the universal server
  • Loading branch information
flolu authored and alexeagle committed Dec 27, 2020
1 parent 4ab8252 commit d5e8413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/angular/src/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,5 @@ nodejs_binary(
":universal_server_lib",
],
entry_point = ":server.ts",
templated_args = ["--bazel_patch_module_resolver"],
)

0 comments on commit d5e8413

Please sign in to comment.