You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Once the build finishes, a child process is spawned firing both a python and nod
75
75
### API
76
76
*`onBuildStart`: array of scripts to execute on the initial build. **Default: []**
77
77
*`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: []**
79
79
*`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**
80
80
*`safe`: switches script execution process from spawn to exec. If running into problems with spawn, turn this setting on. **Default: false**
81
81
*`verbose`: **DEPRECATED** enable for verbose output. **Default: false**
0 commit comments