Skip to content

Commit 02307a1

Browse files
committed
WIP: fix mdc migration schematics after rebasing
1 parent 868ec7e commit 02307a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/schematics/migration-utilities/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec_bundle(
2929
# Exclude the `node` devkit entry-point to avoid bundling native modules like
3030
# `chokidar` and `fsevents`. These rely on native bindings and break with ESBuild.
3131
external = ["@angular-devkit/core/node"],
32-
platform = "node",
32+
platform = "cjs-legacy",
3333
deps = [":unit_tests_lib"],
3434
)
3535

0 commit comments

Comments
 (0)