From a07c3039cad8e48507a9482caa4e35fd1f55d6e7 Mon Sep 17 00:00:00 2001 From: CaerusKaru Date: Tue, 24 Sep 2019 19:25:48 -0500 Subject: [PATCH] chore: remove secondary entrypoint reexport config Follow-up to #17046 --- tools/gulp/packages.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/gulp/packages.ts b/tools/gulp/packages.ts index 501a6726974b..3c0cd17d961a 100644 --- a/tools/gulp/packages.ts +++ b/tools/gulp/packages.ts @@ -17,10 +17,6 @@ export const examplesPackage = new BuildPackage('material-examples', [ googleMapsPackage, ]); -// The material package re-exports its secondary entry-points at the root so that all of the -// components can still be imported through `@angular/material`. -materialPackage.exportsSecondaryEntryPointsAtRoot = true; - // Some CDK & Material experimental secondary entry-points include SCSS files that should be exposed // individually at the release output root. This is different in the Material package because here a // full SCSS bundle will be generated.