-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Setup React/Redux devtools for electron #25
Comments
ProblemFetch not works with webpack dev server. Trials
Might need some mechanism to bypass CORS limitation. Some Ideas:
|
After ten more minutes googling, I found out that you only need to disable web security option in BrowserWindow API. See 2c47a3a webPreferences: {
webSecurity: false
} References |
see #26 |
Merged
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Redux devtools would only works with localhost url.
Need to install webpack-dev-server also.
The text was updated successfully, but these errors were encountered: