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 bb64e31 commit 91b2395Copy full SHA for 91b2395
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