23 lines
		
	
	
	
		
			340 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			340 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
| {
 | |
|   "presets": [
 | |
|     [
 | |
|       "env",
 | |
|       {
 | |
|         "loose": true,
 | |
|         "modules": false
 | |
|       }
 | |
|     ],
 | |
|     "react"
 | |
|   ],
 | |
|   "plugins": [
 | |
|     "react-hot-loader/babel",
 | |
|     "transform-runtime",
 | |
|     "transform-object-rest-spread",
 | |
|     "lodash"
 | |
|   ],
 | |
|   "env": {
 | |
|     "test": {
 | |
|       "plugins": ["transform-es2015-modules-commonjs"]
 | |
|     }
 | |
|   }
 | |
| }
 |