* Update babel to latest version * Re-add circular deps plugin * Bump for build * Fixes for babel build
		
			
				
	
	
		
			23 lines
		
	
	
		
			435 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			435 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "presets": [
 | 
						|
    "es2017", "es2016", "es2015",
 | 
						|
    "stage-0", "react"
 | 
						|
  ],
 | 
						|
  "plugins": [
 | 
						|
    "transform-runtime",
 | 
						|
    "transform-decorators-legacy",
 | 
						|
    "transform-class-properties",
 | 
						|
    "transform-object-rest-spread",
 | 
						|
    "lodash"
 | 
						|
  ],
 | 
						|
  "retainLines": true,
 | 
						|
  "env": {
 | 
						|
    "production": {
 | 
						|
      "plugins": ["transform-react-remove-prop-types"]
 | 
						|
    },
 | 
						|
    "development": {
 | 
						|
      "plugins": ["react-hot-loader/babel"]
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |