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
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ Once the build finishes, a child process is spawned firing both a python and nod
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**
82
+
*`quiet`: disables output for internal messages. **Default: false**
0 commit comments