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
|**`onBuildStart`**|`{Array}`|`[]`| Array of scripts to execute on the initial build. |
43
-
|**`onBuildEnd`**|`{Array}`|`[]`| Array of scripts to execute after files are emitted at the end of the compilation. |
44
-
|**`onBuildExit`**|`{Array}`|`[]`| array of scripts to execute after webpack's process is complete. |
45
-
|**`bail`**|`{Boolean}`|`compiler.options.bail`| Report the first error as a hard error instead of tolerating it. |
46
-
|**`dev`**|`{Boolean}`|`true`| Switch for development environments. This causes scripts to execute once. Useful for running HMR on webpack-dev-server or webpack watch mode. |
|**`on(NameOfEvent)`**|`{Array}`|`[]`| Array of scripts to execute on the event. ||
43
+
|**`bail`**|`{Boolean}`|`compiler.options.bail`| Report the first error as a hard error instead of tolerating it. |
44
+
|**`dev`**|`{Boolean}`|`true`| Switch for development environments. This causes scripts to execute once. Useful for running HMR on webpack-dev-server or webpack watch mode. |
0 commit comments