Skip to content

Commit 716a039

Browse files
committed
Update README.md
1 parent 71fa92b commit 716a039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ module.exports = config;
4747
Once the build finishes, a child process is spawned firing both a python and node script.
4848

4949
### 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: [ ]**
5252
* dev: **Boolean**, switch for development environments. This causes scripts to only execute once. Useful for running HMR on webpack-dev-server. **Default: false**
5353

5454
Enjoy

0 commit comments

Comments
 (0)