Skip to content

Commit

Permalink
refactor: update platform-browser-dynamic to work with ESM output (#…
Browse files Browse the repository at this point in the history
…48521)

* Switches circular dependency tests to use the `.mjs` output.

PR Close #48521
  • Loading branch information
devversion committed Dec 19, 2022
1 parent 85e1c7c commit 63bfe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/platform-browser-dynamic/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ load("//tools/circular_dependency_test:index.bzl", "circular_dependency_test")

circular_dependency_test(
name = "circular_deps_test",
entry_point = "angular/packages/platform-browser-dynamic/index.js",
entry_point = "angular/packages/platform-browser-dynamic/index.mjs",
deps = ["//packages/platform-browser-dynamic"],
)

Expand Down

0 comments on commit 63bfe19

Please sign in to comment.