Skip to content

Commit 7893e8a

Browse files
CaerusKarummalerba
authored andcommitted
chore: remove secondary entrypoint reexport config (#17196)
Follow-up to #17046
1 parent 7bee53f commit 7893e8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/gulp/packages.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ export const examplesPackage = new BuildPackage('material-examples', [
1717
googleMapsPackage,
1818
]);
1919

20-
// The material package re-exports its secondary entry-points at the root so that all of the
21-
// components can still be imported through `@angular/material`.
22-
materialPackage.exportsSecondaryEntryPointsAtRoot = true;
23-
2420
// Some CDK & Material experimental secondary entry-points include SCSS files that should be exposed
2521
// individually at the release output root. This is different in the Material package because here a
2622
// full SCSS bundle will be generated.

0 commit comments

Comments
 (0)