We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efd4ca commit 9b0d730Copy full SHA for 9b0d730
packages/angular/build/src/builders/application/execute-post-bundle.ts
@@ -66,7 +66,7 @@ export async function executePostBundleSteps(
66
const {
67
baseHref = '/',
68
serviceWorker,
69
- i18nOptions,
+ ssrOptions,
70
indexHtmlOptions,
71
optimizationOptions,
72
sourcemapOptions,
@@ -113,7 +113,7 @@ export async function executePostBundleSteps(
113
114
// Create server manifest
115
const initialFilesPaths = new Set(initialFiles.keys());
116
- if (serverEntryPoint) {
+ if (serverEntryPoint && (outputMode || prerenderOptions || appShellOptions || ssrOptions)) {
117
const { manifestContent, serverAssetsChunks } = generateAngularServerAppManifest(
118
additionalHtmlOutputFiles,
119
outputFiles,
0 commit comments