Problem
When using webpack-version-file in a Webpack configuration with output.clean set to true, the output file gets deleted right after Webpack finishes the compilation.
Workaround
Setting output.clean to false solves the problem.
Maybe is related to #3?