mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			173 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			173 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// @ts-check
 | 
						|
 | 
						|
/** @type {import('postcss-load-config').Config} */
 | 
						|
export default {
 | 
						|
  plugins: {
 | 
						|
    ...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {})
 | 
						|
  }
 | 
						|
};
 |