webpack-unused icon indicating copy to clipboard operation
webpack-unused copied to clipboard

Check your frontend code for files/assets that are no longer used.

Results 5 webpack-unused issues
Sort by recently updated
recently updated
newest added

This currently includes files like tests, snapshots, and storybook files - it'd be great if it could take a list of regexes to ignore (i'm happy to contribute if needed)

I needed support for `ignore` same as in https://github.com/latentflip/webpack-unused/issues/4 This PR is adding this feature. You can pass now `-i/ignore GLOB_PATTERNS`

Similar to https://github.com/latentflip/webpack-unused/issues/1, the issue here is on Webpack's side, but maybe worth documenting. `ModuleConcatenationPlugin` concatenates modules together and then generates a new identifier, which looks like: `path/to/first/module.js + N...

It would be great if you could join our discussion at react-boilerplate on 'Stripping/Detecting Unused Dependencies'. I seems really promising and I think react-boilerplate can benefit from it. [Here's the...

If a module is replaced in webpack.config.js with webpack's `NormalModuleReplacementPlugin`, the output from `--json` doesn't seem to know about it. This means that we'll report the original file as being...