I'm iterating on files in the keyserver directory, and every time I rebuild the Docker image the Webpack builds get re-run, even though none of the files they depend on have changed.
This diff makes sure that the Webpack builds only get rerun if one of the files they depend on changes.
Depends on D4174