We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ad8a4 commit 35a477eCopy full SHA for 35a477e
modules/builders/src/prerender/index.ts
@@ -159,6 +159,7 @@ async function _renderUniversal(
159
try {
160
await augmentAppWithServiceWorker(
161
projectRoot,
162
+ context.workspaceRoot,
163
normalize(outputPath),
164
browserOptions.baseHref || '/',
165
browserOptions.ngswConfigPath,
modules/builders/src/static-generator/index.ts
@@ -151,6 +151,7 @@ async function generateServiceWorker(
151
152
153
154
155
156
157
0 commit comments