MQuy / webpack-deadcode-plugin

Webpack plugin to detect unused files and unused exports in used files
MIT License
348 stars 16 forks source link

feat(webpack): webpack 5 support #27

Closed paradite closed 3 years ago

paradite commented 3 years ago

webpack 5 moved some stuff around: https://webpack.js.org/blog/2020-10-10-webpack-5-release/#module-and-chunk-graph

specifically:

paradite commented 3 years ago

Hi @MQuy, since this is merged, can we have a new npm version release as well? Thanks.