Plugin not working any more with webpack 4
tzimmermann opened this issue · 1 comments
tzimmermann commented
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