Add bit of perflogger back

This commit is contained in:
JUDIT GRESKOVITS 2017-04-06 12:37:14 +01:00
parent 44dc3f5a89
commit 4f1ca25ce9
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ import { enableBatching } from 'redux-batched-actions';
import promiseMiddleware from 'redux-promise-middleware';
import { createStore, compose, applyMiddleware } from 'redux';
import thunk from 'redux-thunk';
// import perflogger from 'redux-perf-middleware';
import perflogger from 'redux-perf-middleware';
import createReducer from '@state/reducers';
// import { isProduction } from '@utils';
import { isProduction } from '@utils';
const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;