mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 07:57:39 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			315 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			315 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "presets": [
 | |
|     "@babel/preset-env", "@babel/preset-react", "@babel/preset-flow"
 | |
|   ],
 | |
|   "plugins": [
 | |
|     ["@babel/plugin-transform-runtime", {
 | |
|       "regenerator": true
 | |
|     }],
 | |
|     [
 | |
|       "@babel/plugin-proposal-decorators",
 | |
|       { "legacy": true }
 | |
|     ],
 | |
|     "@babel/plugin-proposal-class-properties"
 | |
|   ]
 | |
| }
 |