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