Skip to content

Commit

Permalink
fix code splitting link
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdende authored Jul 3, 2022
1 parent bb64e31 commit 91b2395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/FileSizeReporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function printFileSizesAfterBuild(
);
console.log(
chalk.yellow(
'Consider reducing it with code splitting: https://goo.gl/9VhYWB'
'Consider reducing it with code splitting: https://create-react-app.dev/docs/code-splitting/'
)
);
console.log(
Expand Down

0 comments on commit 91b2395

Please sign in to comment.