mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			141 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			141 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
    entry: './static/js/src/main.js',
 | 
						|
    output: {
 | 
						|
        path: './static/js',
 | 
						|
        filename: 'bundle.js',
 | 
						|
    },
 | 
						|
};
 |