mirror of https://github.com/webpack/webpack.git
				
				
				
			update to support "errors-warnings" stats preset option
This commit is contained in:
		
							parent
							
								
									9192c8c367
								
							
						
					
					
						commit
						579d42b650
					
				|  | @ -369,7 +369,7 @@ export interface WebpackOptions { | |||
| 	stats?: | ||||
| 		| StatsOptions | ||||
| 		| boolean | ||||
| 		| ("none" | "errors-only" | "minimal" | "normal" | "detailed" | "verbose"); | ||||
| 		| ("none" | "errors-only" | "minimal" | "normal" | "detailed" | "verbose" | "errors-warnings"); | ||||
| 	/** | ||||
| 	 * Environment to build for | ||||
| 	 */ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue