Skip to content

Commit

Permalink
refactor: replace angular.io link with angular.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and dgp1130 committed May 13, 2024
1 parent efd1457 commit 9ce8fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function createCommonJSModuleError(request: string, importer: string): PartialMe
{
text:
'CommonJS or AMD dependencies can cause optimization bailouts.\n' +
'For more information see: https://angular.io/guide/build#configuring-commonjs-dependencies',
'For more information see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies',
},
],
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class CommonJsUsageWarnPlugin {
const warning =
`${(issuer as NormalModule | null)?.userRequest} depends on '${rawRequest}'. ` +
'CommonJS or AMD dependencies can cause optimization bailouts.\n' +
'For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies';
'For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies';

// Avoid showing the same warning multiple times when in 'watch' mode.
if (!this.shownWarnings.has(warning)) {
Expand Down

0 comments on commit 9ce8fef

Please sign in to comment.