不能使用反应devtools&在CRA的构建版本中使用redux devtools

时间:2017-12-27 07:52:37

标签: create-react-app react-devtools redux-devtools-extension

create-react-app与redux一起使用,并在chrome中安装了这两个扩展程序,我可以用这两个来调试我的应用程序。

但是,在构建我的应用npm run build后,这两个扩展程序无效。

加载redux devtools的目的是:

const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;
...
const store = createStore(
  combineReducers(...reducers),
  preloadedState,
  composeEnhancers(applyMiddleware(...middlewares)),
);

0 个答案:

没有答案