Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add React Devtools Extension #91

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DispatchCommit
Copy link

Adds react devtools to help in development and debugging:

image

Adds electron-devtools-installer to dependancies
This allows for adding chrome extensions to electron
Adds react devtools to electron to assist in development and debugging in electron.

Additional chrome extensions could be added (see: https://github.com/MarshallOfSound/electron-devtools-installer), but this should help provide a common tool to developers. Extension is only loaded in dev builds.

Adds electron-devtools-installer to dependancies
This allows for adding chrome extensions to electron
Adds react devtools to electron to assist in development and debugging in electron.
Do not always import electron-devtools-installer since it is a package included in a production build and will cause an import error since electron-devtools-installer is a dev dep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant