mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
Add bit of perflogger back
This commit is contained in:
parent
44dc3f5a89
commit
4f1ca25ce9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user