unused-files-webpack-plugin
unused-files-webpack-plugin copied to clipboard
Ensure webpack CLI fails with `failOnUnused`
Without this, when using the --bail
option with webpack CLI will just hang when unused files are detected.
Tested that this works with webpack-dev-server
still (to prevent regression) and that error messages show up.
My hunch is that the rewrite addressed in some deeper way how dev server was freezing so that is no longer an issue.