Skip to content

Commit

Permalink
docs(generic): document the new JS file option for config
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Dec 17, 2016
1 parent e57f3c7 commit 2d44c41
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -128,3 +128,15 @@ You can set `electronPackagerConfig` with **any** of the options from
**NOTE:** The `afterCopy` and `afterExtract` options are mapped to `require`
calls internally, so provide a path to a file that exports your hooks and they
will still run.

**NOTE:** You can also set your `forge` config property of your package.json to point to a JS file the exports the config object like so.

```js
{
...
"config": {
"forge": "./forge.config.js"
}
...
}
```

0 comments on commit 2d44c41

Please sign in to comment.