Skip to content

Commit 14958df

Browse files
committed
fix(material/schematics): fix mdc migration schematics after rebasing (#25285)
1 parent 3f29da5 commit 14958df

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ ts_library(
2626

2727
spec_bundle(
2828
name = "unit_tests_bundle",
29-
# Exclude the `node` devkit entry-point to avoid bundling native modules like
30-
# `chokidar` and `fsevents`. These rely on native bindings and break with ESBuild.
31-
external = ["@angular-devkit/core/node"],
32-
platform = "node",
29+
platform = "cjs-legacy",
3330
deps = [":unit_tests_lib"],
3431
)
3532

0 commit comments

Comments
 (0)