We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc19147 commit b4eacb6Copy full SHA for b4eacb6
1 file changed
lib/performance/NoAsyncChunksWarning.js
@@ -9,7 +9,7 @@ function NoAsyncChunksWarning() {
9
10
this.message = "webpack performance recommendations: \n" +
11
"You can limit the size of your bundles by using System.import() or require.ensure to lazy load some parts of your application.\n" +
12
- "For more info visit https://webpack.github.io/docs/code-splitting.html";
+ "For more info visit https://webpack.js.org/guides/code-splitting/";
13
}
14
module.exports = NoAsyncChunksWarning;
15
0 commit comments