Skip to content

Commit

Permalink
docs: update Ivy NGCC link
Browse files Browse the repository at this point in the history
(cherry picked from commit df897f0)
  • Loading branch information
alan-agius4 committed Jan 11, 2021
1 parent 34b7ce0 commit 053ec1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function execute(
context.logger.warn(tags.stripIndent`
Warning: Turning off 'bundleDependencies' with Ivy may result in undefined behaviour
unless 'node_modules' are transformed using the standalone Angular compatibility compiler (NGCC).
See: http://v9.angular.io/guide/ivy#ivy-and-universal-app-shell
See: https://angular.io/guide/ivy#ivy-and-universal-app-shell
`);
}
}
Expand Down

0 comments on commit 053ec1d

Please sign in to comment.