In order to refactor a client-side project, i\'m looking for a safe way to find (and delete) unused code.
What tools do you use to find unused/dead code in large re
Libraries such as unrequired and deadcode only support legacy code. In order to find the unused assets, to remove manually, you can use deadfile
library:https://m-izadmehr.github.io/deadfile/
It can simply find unused files, in any JS project.
Without any config, it supports ES6, React, JSX, and Vue files: