tomchentw/unused-files-webpack-plugin

Plugin not working any more with webpack 4

tzimmermann opened this issue · 1 comments

After upgrading from webpack 3 to 4.1.1, I get this error message during compiling:

compilation.fileDependencies.reduce is not a function

Which I traced back to this line:

https://github.com/tomchentw/unused-files-webpack-plugin/blob/master/src/index.js#L16

Released v3.3.0