mirror of
				https://github.com/abhinavxd/libredesk.git
				synced 2025-11-03 21:43:35 +00:00 
			
		
		
		
	fix: set chunkSizeWarningLimit to 600 kb in build config as code mirror's ~550 kb
This commit is contained in:
		@@ -29,6 +29,7 @@ export default defineConfig({
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  build: {
 | 
			
		||||
    chunkSizeWarningLimit: 600,
 | 
			
		||||
    rollupOptions: {
 | 
			
		||||
      output: {
 | 
			
		||||
        manualChunks: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user