mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-30 21:58:32 +00:00 
			
		
		
		
	
		
			
	
	
		
			20 lines
		
	
	
		
			362 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			362 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | { | ||
|  |   "presets": [ | ||
|  |     ["@babel/env", { | ||
|  |       "loose": true, | ||
|  |       "targets": { | ||
|  |         "browsers": ["last 2 versions", "safari >= 7", "ie 9"], | ||
|  |         "node": "6" | ||
|  |       } | ||
|  |     }] | ||
|  |   ], | ||
|  |   "env": { | ||
|  |     "test": { | ||
|  |       "plugins": ["./scripts/lib/arrow-function-coverage-fix", "istanbul"] | ||
|  |     } | ||
|  |   }, | ||
|  |   "ignore": [ | ||
|  |     "scripts/lib/arrow-function-coverage-fix.js" | ||
|  |   ] | ||
|  | } |