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 868ec7e commit 02307a1Copy full SHA for 02307a1
src/material/schematics/migration-utilities/BUILD.bazel
@@ -29,7 +29,7 @@ spec_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