Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Last active January 5, 2021 05:15
Show Gist options
  • Save thatisuday/91e23e7a963659e06cdc77d5b8fff127 to your computer and use it in GitHub Desktop.
Save thatisuday/91e23e7a963659e06cdc77d5b8fff127 to your computer and use it in GitHub Desktop.
A sample electron-webpack configuration file.
{
"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