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.
extraEntryPoints
1 parent 82b0f94 commit fdb16f7Copy full SHA for fdb16f7
packages/angular_devkit/build_angular/src/utils/package-chunk-sort.ts
@@ -18,7 +18,7 @@ export function generateEntryPoints(options: {
18
}): EntryPointsType[] {
19
// Add all styles/scripts, except lazy-loaded ones.
20
const extraEntryPoints = (
21
- extraEntryPoints: (ScriptElement | ScriptElement)[],
+ extraEntryPoints: (ScriptElement | StyleElement)[],
22
defaultBundleName: string,
23
) => {
24
const entryPoints = normalizeExtraEntryPoints(extraEntryPoints, defaultBundleName)
0 commit comments