mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 07:57:39 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			310 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			310 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "presets": [ ["env", { "modules": "commonjs" }], "react", "flow" ],
 | |
|   "plugins": [
 | |
|     ["transform-runtime", {
 | |
|       "polyfill": false,
 | |
|       "regenerator": true
 | |
|     }],
 | |
|     "transform-class-properties",
 | |
|     "transform-object-rest-spread",
 | |
|     "add-module-exports",
 | |
|     "transform-decorators-legacy"
 | |
|   ]
 | |
| }
 |