We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f29da5 commit 14958dfCopy full SHA for 14958df
src/material/schematics/migration-utilities/BUILD.bazel
@@ -26,10 +26,7 @@ ts_library(
26
27
spec_bundle(
28
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",
+ platform = "cjs-legacy",
33
deps = [":unit_tests_lib"],
34
)
35
0 commit comments