mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor: update platform-browser-dynamic to work with ESM output (#48521)
* Switches circular dependency tests to use the `.mjs` output. PR Close #48521
This commit is contained in:
@@ -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"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user