Skip to content

Commit

Permalink
fix(material/schematics): fix mdc migration schematics after rebasing (
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Jul 15, 2022
1 parent 3f29da5 commit 14958df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/material/schematics/migration-utilities/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ ts_library(

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

Expand Down

0 comments on commit 14958df

Please sign in to comment.