I'm not sure if this is wanted behaviour, but when using webpack --watch option the output folder apparently does not get cleared when recompiling after files change, even though I'm using cleanupOutputBeforeBuild. Normally the output files should get overwritten, but since I'm also using enableVersioning option I end up with a whole bunch of versioned files in my output folder.
Any thought about that?
Cheers