remove-files-webpack-plugin
Advanced tools
Changelog
1.4.5 (June 1, 2021)
@types/webpack
dependency to 5.28.0
version.trash
dependency to 7.1.1
version.Changelog
1.4.1 (April 25, 2020)
beforeRemove
, afterRemove
parameters.beforeForFirstBuild
. For first build before
parameters will be applied, for subsequent builds watch
parameters will be applied. Works only in watch
key. #25skipFirstBuild
. First build will be skipped. Works only in watch
key.@types/webpack
dependency to 4.41.12
version.Changelog
1.4.0 (February 27, 2020)
watch
. Parameters of that key will be applied in "watch" mode. Parameters of before
key will no longer be applied in "watch" mode. So, make sure your current configuration still have expected behavior. #22include
and old exclude
were mixed with new include
and exclude
in "watch" mode. It had no effect, because the plugin checks an items for existence before removing. Just strange messages were presented in warning log.Changelog
1.3.0 (February 24, 2020)
beforeRemove
and afterRemove
parameters. See readme for documentation.trash
parameter is false
by default.TestObject.method
supports testing for folders. Ensure that behavior of your current tests remain unchanged.exclude
could not work as expected in specific cases.