johnagan / clean-webpack-plugin

A webpack plugin to remove your build folder(s) before building
MIT License
1.96k stars 135 forks source link

Support for custom output file system #166

Open 10xjs opened 4 years ago

10xjs commented 4 years ago

This plugin assumes the compiler.outputFileSystem is set to the local system fs instance.

This plugin should instead target the output file system set on the compiler instance if set.

see: https://webpack.js.org/api/node/#custom-file-systems