mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 07:57:39 +03:00 
			
		
		
		
	* Move from zalmoxisus/remotedev-inspector-monitor fork * Fix linting * Add credits * Upgrade to react 16 Moved from zalmoxisus/remotedev-inspector-monitor/pull/5 * Upgrade dependences * Add demo for ES6 map From alexkuz/redux-devtools-inspector/commit/9dfaaabcfba7913fd15ee6ee43627e0c eb1d5c7b
		
			
				
	
	
		
			16 lines
		
	
	
		
			322 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			322 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "presets": ["es2015", "stage-0", "react"],
 | |
|   "plugins": ["transform-runtime"],
 | |
|   "env": {
 | |
|     "development": {
 | |
|       "plugins": [["react-transform", {
 | |
|         "transforms": [{
 | |
|           "transform": "react-transform-hmr",
 | |
|           "imports": ["react"],
 | |
|           "locals": ["module"]
 | |
|         }]
 | |
|       }]]
 | |
|     }
 | |
|   }
 | |
| }
 |