diff --git a/packages.bzl b/packages.bzl index 732012b7bfd9..2b8875f72a1a 100644 --- a/packages.bzl +++ b/packages.bzl @@ -83,7 +83,7 @@ MDC_PACKAGES = [ ANGULAR_PACKAGES_CONFIG = [ ("@angular/animations", struct(entry_points = ["browser"])), ("@angular/common", struct(entry_points = ["http/testing", "http", "testing"])), - ("@angular/compiler", struct(entry_points = ["testing"])), + ("@angular/compiler", struct(entry_points = [])), ("@angular/core", struct(entry_points = ["testing"])), ("@angular/forms", struct(entry_points = [])), ("@angular/platform-browser", struct(entry_points = ["testing", "animations"])),