More specifically: - Remove Chrome 41, which was needed for googlebot support but not any more. - Remove IE 9-10, because we don't expect developers to be using them. - Expand support from _last 2 versions_ to _last 2 **major** versions_. PR Close #31045
		
			
				
	
	
		
			13 lines
		
	
	
		
			439 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			439 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
 | |
| # For additional information regarding the format and rule options, please see:
 | |
| # https://github.com/browserslist/browserslist#queries
 | |
| 
 | |
| # Googlebot uses an older version of Chrome
 | |
| # For additional information see: https://developers.google.com/search/docs/guides/rendering
 | |
| 
 | |
| > 0.5%
 | |
| last 2 major versions
 | |
| Firefox ESR
 | |
| not dead
 | |
| IE 11
 |