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.
1 parent 3e6a102 commit df897f0Copy full SHA for df897f0
packages/angular_devkit/build_angular/src/server/index.ts
@@ -76,7 +76,7 @@ export function execute(
76
context.logger.warn(tags.stripIndent`
77
Warning: Turning off 'bundleDependencies' with Ivy may result in undefined behaviour
78
unless 'node_modules' are transformed using the standalone Angular compatibility compiler (NGCC).
79
- See: http://v9.angular.io/guide/ivy#ivy-and-universal-app-shell
+ See: https://angular.io/guide/ivy#ivy-and-universal-app-shell
80
`);
81
}
82
0 commit comments