mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			139 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			139 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|     entry: './static/js/src/main.js',
 | |
|     output: {
 | |
|         path: './static/js',
 | |
|         filename: 'bundle.js'
 | |
|     }
 | |
| };
 |