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?
Problem
When using
webpack-version-filein a Webpack configuration withoutput.cleanset totrue, the output file gets deleted right after Webpack finishes the compilation.Workaround
Setting
output.cleantofalsesolves the problem.Maybe is related to #3?