Last active
January 5, 2021 05:15
-
-
Save thatisuday/91e23e7a963659e06cdc77d5b8fff127 to your computer and use it in GitHub Desktop.
A sample electron-webpack configuration file.
This file contains hidden or 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
{ | |
"title": "My React App", | |
"main": { | |
"sourceDirectory": "app/main" | |
}, | |
"renderer": { | |
"sourceDirectory": "app/renderer", | |
"template": "app/renderer/index.html" | |
}, | |
"commonSourceDirectory": "app/common", | |
"staticSourceDirectory": "app/static" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment