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 custom output file system

10xjs opened this issue · 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