File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ module.exports = config;
50
50
Once the build finishes, a child process is spawned firing both a python and node script.
51
51
52
52
### 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**
57
57
58
58
### Contributions
59
59
Yair Tavor
You can’t perform that action at this time.
0 commit comments