Last active
December 19, 2017 13:06
-
-
Save yoannmoinet/3646642a8fe92b5c3aedaf605160da7d to your computer and use it in GitHub Desktop.
Show devtools for browser windows.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const newWindow = new BrowserWindow({ | |
webPreferences: { | |
devTools: !IS_PRODUCTION | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment