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.
2 parents cee2658 + 91b2395 commit 2f891bbCopy full SHA for 2f891bb
packages/react-dev-utils/FileSizeReporter.js
@@ -92,7 +92,7 @@ function printFileSizesAfterBuild(
92
);
93
console.log(
94
chalk.yellow(
95
- 'Consider reducing it with code splitting: https://goo.gl/9VhYWB'
+ 'Consider reducing it with code splitting: https://create-react-app.dev/docs/code-splitting/'
96
)
97
98
0 commit comments