mirror of https://github.com/webpack/webpack.git
				
				
				
			
		
			
	
	
		
			44 lines
		
	
	
		
			388 B
		
	
	
	
		
			Markdown
		
	
	
	
		
		
			
		
	
	
			44 lines
		
	
	
		
			388 B
		
	
	
	
		
			Markdown
		
	
	
	
|  | # example.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{example.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # methods.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{methods.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # counter.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{counter.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # dist/output.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{dist/output.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # dist/output.js (production)
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{production:dist/output.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # Info
 | ||
|  | 
 | ||
|  | ## Unoptimized
 | ||
|  | 
 | ||
|  | ``` | ||
|  | _{{stdout}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | ## Production mode
 | ||
|  | 
 | ||
|  | ``` | ||
|  | _{{production:stdout}}_ | ||
|  | ``` |