Skip to content

Commit

Permalink
Merge pull request #12563 from rvdende/patch-1
Browse files Browse the repository at this point in the history
fix code splitting link
  • Loading branch information
matrush authored Jul 5, 2022
2 parents cee2658 + 91b2395 commit 2f891bb
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 2f891bb

Please sign in to comment.