const webpack$ = webpackDelta(
    action$.thru(ofType(actions.start.request)),
    state$.map(({ webpack }) => webpack),
  );