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