mirror of
				https://github.com/CaramelFur/Picsur.git
				synced 2025-10-31 17:35:48 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import webpack from 'webpack';
 | |
| 
 | |
| export default {
 | |
|   plugins: [new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/)],
 | |
| };
 |