forked from cybrespace/pinafore
		
	perf: use webpack splitChunks defaults (#855)
This commit is contained in:
		
							parent
							
								
									e666eb5955
								
							
						
					
					
						commit
						49b85623d5
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -35,10 +35,6 @@ module.exports = {
 | 
			
		|||
      terser()
 | 
			
		||||
    ],
 | 
			
		||||
    splitChunks: {
 | 
			
		||||
      chunks: 'async',
 | 
			
		||||
      minSize: 5000,
 | 
			
		||||
      maxAsyncRequests: Infinity,
 | 
			
		||||
      maxInitialRequests: Infinity,
 | 
			
		||||
      name: false // these chunk names can be annoyingly long
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue