13 lines
		
	
	
		
			No EOL
		
	
	
		
			309 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			No EOL
		
	
	
		
			309 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
|   "presets": ["react", "env", "stage-0"],
 | |
|   "env": {
 | |
|     "production": {
 | |
|       "plugins": [
 | |
|         "transform-react-remove-prop-types",
 | |
|         "transform-react-constant-elements",
 | |
|         "transform-react-inline-elements"
 | |
|       ],
 | |
|       "presets": ["env", "react", "react-optimize", "stage-0"]
 | |
|     }
 | |
|   }
 | |
| } | 
