Skip to content

Commit a65ae75

Browse files
authored
Merge pull request #32 from benallfree/patch-1
Patch 1
2 parents 66421e6 + e8908e1 commit a65ae75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Once the build finishes, a child process is spawned firing both a python and nod
7575
### API
7676
* `onBuildStart`: array of scripts to execute on the initial build. **Default: [ ]**
7777
* `onBuildEnd`: array of scripts to execute after files are emitted at the end of the compilation. **Default: [ ]**
78-
* `onBuildExit`: array of scripts to execute after webpack's process is complete. **Default: [ ]**
78+
* `onBuildExit`: array of scripts to execute after webpack's process is complete. *Note: this event also fires in `webpack --watch` when webpack has finished updating the bundle.* **Default: [ ]**
7979
* `dev`: switch for development environments. This causes scripts to execute once. Useful for running HMR on webpack-dev-server or webpack watch mode. **Default: true**
8080
* `safe`: switches script execution process from spawn to exec. If running into problems with spawn, turn this setting on. **Default: false**
8181
* `verbose`: **DEPRECATED** enable for verbose output. **Default: false**

0 commit comments

Comments
 (0)