mirror of
				https://github.com/C4illin/ConvertX.git
				synced 2025-11-03 21:43:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			228 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			228 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// eslint-disable-next-line no-undef
 | 
						|
module.exports = {
 | 
						|
  plugins: {
 | 
						|
    tailwindcss: {},
 | 
						|
    autoprefixer: {},
 | 
						|
    // eslint-disable-next-line no-undef
 | 
						|
    ...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {})
 | 
						|
  }
 | 
						|
} |