Skip to content

Commit

Permalink
Fix rollup build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jul 8, 2019
1 parent df8cceb commit 9e1c89a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ ng_module(
rollup_bundle(
name = "bundle",
entry_point = ":main.prod.ts",
additional_entry_points = [
"//src/app/page-one/page-one.module.ngfactory",
],
deps = [
"//src",
"@npm//@angular/router",
Expand Down

0 comments on commit 9e1c89a

Please sign in to comment.