We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15906c7 commit 6e46076Copy full SHA for 6e46076
src/material/schematics/ng-generate/mdc-migration/BUILD.bazel
@@ -66,6 +66,9 @@ ts_library(
66
67
spec_bundle(
68
name = "unit_tests_bundle",
69
+ # Exclude the `node` devkit entry-point to avoid bundling native modules like
70
+ # `chokidar` and `fsevents`. These rely on native bindings and break with ESBuild.
71
+ external = ["@angular-devkit/core/node"],
72
platform = "node",
73
deps = [":unit_tests_lib"],
74
)
0 commit comments