mobxjs / mobx-devtools

Mobx Devtools (React, Chrome Extension) - Looking for maintainers! https://github.com/mobxjs/mobx-devtools/issues/55
MIT License
489 stars 34 forks source link

Enable nodeIntegration in the standalone electron app #92

Closed MichalBures closed 3 years ago

MichalBures commented 4 years ago

Fixes "require is not defined" in Electron. Since version 5.0.0 Electron sets nodeIntegration as false by default.