johnagan / clean-webpack-plugin

A webpack plugin to remove your build folder(s) before building

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for MultiCompiler?

apfelbox opened this issue · comments

Hi,

webpack supports MultiCompilers:

webpack([config1, config2, ...]);

It seems that this plugin doesn't support it, as one of the compilers (the latest one) always removes the files from the previous builds..

Is this something that is on the roadmap / can be fixed?

Multi-compilers are supported, you need to setup your build correctly.

See #157 (comment) and linked issues.

All right, thank you @chrisblossom !