mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	perf(projects): 添加windicss指定的扫描目录,提升构建性能
This commit is contained in:
		@@ -7,6 +7,10 @@ const {
 | 
			
		||||
} = themeSettings;
 | 
			
		||||
 | 
			
		||||
export default defineConfig({
 | 
			
		||||
  extract: {
 | 
			
		||||
    include: ['src/**/*.{vue,html,jsx,tsx}', 'public/**/*.{html}', './*.html'],
 | 
			
		||||
    exclude: ['node_modules', '.git']
 | 
			
		||||
  },
 | 
			
		||||
  darkMode: 'class', // or 'media'
 | 
			
		||||
  shortcuts: {
 | 
			
		||||
    'center-layout': 'w-1280px mx-auto px-15px',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user