Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6497 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6497 Rev 6498
Línea 2... Línea 2...
2
import thunk from 'redux-thunk'
2
import thunk from 'redux-thunk'
3
import { rootReducer } from './root-reducer'
3
import { rootReducer } from './root-reducer'
Línea 4... Línea 4...
4
 
4
 
Línea 5... Línea 5...
5
const middlewares = [thunk]
5
const middlewares = [thunk]
6
 
6
 
7
const composeEnhancers =
7
/* const composeEnhancers =
8
  typeof window === 'object' && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__
8
  typeof window === 'object' && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__
9
    ? window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({
9
    ? window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({
10
        trace: true,
10
        trace: true,
11
        traceLimit: 25,
11
        traceLimit: 25,
Línea 12... Línea 12...
12
      })
12
      })
Línea 13... Línea 13...
13
    : compose
13
    : compose */