mirror of https://github.com/webpack/webpack.git
				
				
				
			chore(performance): update NoAsyncChunksWarning referenced url
This commit is contained in:
		
							parent
							
								
									cc1914777c
								
							
						
					
					
						commit
						b4eacb6764
					
				|  | @ -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; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue