### What problem does this feature solve? align with webpack, output.clean config support CleanOptions. ### What does the proposed API of configuration look like? ```js module.exporst = { output: { clean: { dry: true, keep: /ignored\/dir\//, } } } ```