mirror of https://github.com/webpack/webpack.git
				
				
				
			cleanup unused variables
This commit is contained in:
		
							parent
							
								
									3dc08aec2a
								
							
						
					
					
						commit
						24ecaf56be
					
				| 
						 | 
					@ -140,8 +140,6 @@ The available options are:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	apply(compiler) {
 | 
						apply(compiler) {
 | 
				
			||||||
		const filenameTemplate = this.filenameTemplate;
 | 
							const filenameTemplate = this.filenameTemplate;
 | 
				
			||||||
		const minChunks = this.minChunks;
 | 
					 | 
				
			||||||
		const selectedChunks = this.selectedChunks;
 | 
					 | 
				
			||||||
		const asyncOption = this.async;
 | 
							const asyncOption = this.async;
 | 
				
			||||||
		const minSize = this.minSize;
 | 
							const minSize = this.minSize;
 | 
				
			||||||
		const ident = this.ident;
 | 
							const ident = this.ident;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue