mirror of https://github.com/webpack/webpack.git
				
				
				
			
		
			
	
	
		
			76 lines
		
	
	
		
			725 B
		
	
	
	
		
			Markdown
		
	
	
	
		
		
			
		
	
	
			76 lines
		
	
	
		
			725 B
		
	
	
	
		
			Markdown
		
	
	
	
|  | # example.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{example.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # fib-worker.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{fib-worker.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # fibonacci.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{fibonacci.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # chat-worker.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{chat-worker.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # chat-module.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{chat-module.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # dist/main.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{dist/main.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # dist/chat.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{dist/chat.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{production:dist/chat.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # dist/workers/fibonacci.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{dist/workers/fibonacci.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{production:dist/workers/fibonacci.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # dist/129.js
 | ||
|  | 
 | ||
|  | ```javascript | ||
|  | _{{dist/129.js}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | # Info
 | ||
|  | 
 | ||
|  | ## Unoptimized
 | ||
|  | 
 | ||
|  | ``` | ||
|  | _{{stdout}}_ | ||
|  | ``` | ||
|  | 
 | ||
|  | ## Production mode
 | ||
|  | 
 | ||
|  | ``` | ||
|  | _{{production:stdout}}_ | ||
|  | ``` |