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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,10 @@ module.exports = config;
47
47
Once the build finishes, a child process is spawned firing both a python and node script.
48
48
49
49
### API
50
-
* onBuildStart: **Array[]**, array of scripts to execute on the initial build. **Default: []**
51
-
* onBuildEnd: **Array[]**, array of scripts to execute after files are emitted. **Default: []**
50
+
* onBuildStart: **Array[]**, array of scripts to execute on the initial build. **Default: []**
51
+
* onBuildEnd: **Array[]**, array of scripts to execute after files are emitted. **Default: []**
52
52
* dev: **Boolean**, switch for development environments. This causes scripts to only execute once. Useful for running HMR on webpack-dev-server. **Default: false**
0 commit comments