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