15 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "plugins": [
 | 
						|
    "transform-remove-strict-mode"
 | 
						|
  ],
 | 
						|
  "presets": [
 | 
						|
    [
 | 
						|
      "env",
 | 
						|
      {
 | 
						|
        "loose": true,
 | 
						|
        "modules": false
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  ]
 | 
						|
}
 |