Closed IgnusG closed 4 years ago
This allows a configuration of run before every watch rebuild with onWatchRun and before a normal build (with the new onBeforeNormalRun). The other options otherwise conflict and cause a lot of executions.
onWatchRun
onBeforeNormalRun
During normal webpack run:
webpack
During watch mode:
This allows a configuration of run before every watch rebuild with
onWatchRun
and before a normal build (with the newonBeforeNormalRun
). The other options otherwise conflict and cause a lot of executions.During normal
webpack
run:During watch mode: