Disable transpile to older iOS versions (#18462)
This commit is contained in:
		
							parent
							
								
									e925b06721
								
							
						
					
					
						commit
						dfb9e6dab1
					
				| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
[production]
 | 
			
		||||
defaults
 | 
			
		||||
not IE 11
 | 
			
		||||
not dead
 | 
			
		||||
 | 
			
		||||
[development]
 | 
			
		||||
last 1 chrome version
 | 
			
		||||
last 1 firefox version
 | 
			
		||||
last 1 safari version
 | 
			
		||||
| 
						 | 
				
			
			@ -11,7 +11,8 @@
 | 
			
		|||
  "extensions": [
 | 
			
		||||
    "EditorConfig.EditorConfig",
 | 
			
		||||
    "dbaeumer.vscode-eslint",
 | 
			
		||||
    "rebornix.Ruby"
 | 
			
		||||
    "rebornix.Ruby",
 | 
			
		||||
    "webben.browserslist"
 | 
			
		||||
  ],
 | 
			
		||||
 | 
			
		||||
  // Use 'forwardPorts' to make a list of ports inside the container available locally.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,12 +22,6 @@
 | 
			
		|||
    "type": "git",
 | 
			
		||||
    "url": "https://github.com/mastodon/mastodon.git"
 | 
			
		||||
  },
 | 
			
		||||
  "browserslist": [
 | 
			
		||||
    "last 2 versions",
 | 
			
		||||
    "not IE 11",
 | 
			
		||||
    "iOS >= 9",
 | 
			
		||||
    "not dead"
 | 
			
		||||
  ],
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@babel/core": "^7.17.12",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue