mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	build(projects): vite配置更新
This commit is contained in:
		@@ -18,6 +18,10 @@ export default defineConfig({
 | 
			
		||||
  },
 | 
			
		||||
  plugins,
 | 
			
		||||
  build: {
 | 
			
		||||
    brotliSize: false
 | 
			
		||||
    brotliSize: false,
 | 
			
		||||
    sourcemap: false
 | 
			
		||||
  },
 | 
			
		||||
  server: {
 | 
			
		||||
    strictPort: true
 | 
			
		||||
  }
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user