Skip to content

Commit 0dbcc8b

Browse files
committed
Update README.md
1 parent d3fb6c9 commit 0dbcc8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ module.exports = config;
5050
Once the build finishes, a child process is spawned firing both a python and node script.
5151

5252
### API
53-
* onBuildStart: array of scripts to execute on the initial build. **Default: [ ]**
54-
* onBuildEnd: array of scripts to execute after files are emitted at the end of the compilation. **Default: [ ]**
55-
* dev: switch for development environments. This causes scripts to only execute once. Useful for running HMR on webpack-dev-server. **Default: true**
56-
* verbose: enable for verbose output. **Default: false**
53+
* `onBuildStart`: array of scripts to execute on the initial build. **Default: [ ]**
54+
* `onBuildEnd`: array of scripts to execute after files are emitted at the end of the compilation. **Default: [ ]**
55+
* `dev`: switch for development environments. This causes scripts to only execute once. Useful for running HMR on webpack-dev-server. **Default: true**
56+
* `verbose`: enable for verbose output. **Default: false**
5757

5858
### Contributions
5959
Yair Tavor

0 commit comments

Comments
 (0)