Integrate React and Redux devtools into Electron #758

Merged
IGassmann merged 1 commit from issue/752 into master 2017-11-21 19:28:10 +01:00
IGassmann commented 2017-11-17 21:46:30 +01:00 (Migrated from github.com)

Add React DevTools and Redux DevTools through Electron DevTools Installer.

They are only installed when the environment variable NODE_ENV is set to development .

I also took the freedom to reorganize the module imports in the main.js file.

Add [React DevTools](https://github.com/facebook/react-devtools) and [Redux DevTools](https://github.com/gaearon/redux-devtools) through [Electron DevTools Installer](https://github.com/MarshallOfSound/electron-devtools-installer). They are only installed when the environment variable `NODE_ENV` is set to `development `. I also took the freedom to reorganize the module imports in the `main.js` file.
kauffj (Migrated from github.com) approved these changes 2017-11-20 23:11:52 +01:00
kauffj (Migrated from github.com) left a comment

LGTM. @liamcardenas if you approve this please just merge it.

LGTM. @liamcardenas if you approve this please just merge it.
liamcardenas (Migrated from github.com) approved these changes 2017-11-21 19:28:01 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#758
No description provided.