Skip to content

Commit 3d0e5ae

Browse files
fix: use correct response service paths
1 parent 0f4bd28 commit 3d0e5ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/serve.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ export function serve(
9999
isAotBuild &&
100100
NgAotRelativePlugin({
101101
'"./not-found.component"': 'not-found/not-found.component',
102-
'"../response.service"': 'response/response.service'
102+
'"../response/browser.response.service"':
103+
'response/browser.response.service'
103104
}),
104105
isServiceWorkerEnabled && NgSwPlugin(),
105106
Ng2TemplatePlugin(),

0 commit comments

Comments
 (0)