clean-webpack-plugin icon indicating copy to clipboard operation
clean-webpack-plugin copied to clipboard

Support for custom output file system

Open 10xjs opened this issue 5 years ago • 0 comments

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

10xjs avatar Nov 04 '19 21:11 10xjs