chore(performance): update NoAsyncChunksWarning referenced url

This commit is contained in:
Sean Larkin 2016-11-30 02:25:44 -06:00 committed by Tobias Koppers
parent cc1914777c
commit b4eacb6764
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ function NoAsyncChunksWarning() {
this.message = "webpack performance recommendations: \n" +
"You can limit the size of your bundles by using System.import() or require.ensure to lazy load some parts of your application.\n" +
"For more info visit https://webpack.github.io/docs/code-splitting.html";
"For more info visit https://webpack.js.org/guides/code-splitting/";
}
module.exports = NoAsyncChunksWarning;