mirror of
				https://github.com/chylex/Firefox-SCsCC.git
				synced 2025-11-04 13:40:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			221 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			221 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "presets": [
 | 
						|
    ["@babel/preset-env", {
 | 
						|
      "modules": false
 | 
						|
    }]
 | 
						|
  ],
 | 
						|
  "plugins": [
 | 
						|
    ["@babel/plugin-transform-react-jsx", {
 | 
						|
      "pragma": "h"
 | 
						|
    }],
 | 
						|
    "@babel/plugin-proposal-object-rest-spread"
 | 
						|
  ]
 | 
						|
}
 |