mirror of https://github.com/webpack/webpack.git
				
				
				
			
		
			
				
	
	
	
		
			478 B
		
	
	
	
	
	
			
		
		
	
	
			478 B
		
	
	
	
	
	
example.js
{{example.js}}
templates/
- a.js
- b.js
- c.js
All templates are of this pattern:
module.exports = function() {
	return "This text was generated by template X";
}
js/output.js
{{js/output.js}}
Info
Uncompressed
{{stdout}}
Minimized (uglify-js, no zip)
{{min:stdout}}