unused-webpack-plugin
unused-webpack-plugin copied to clipboard
Typescript support
There is weak typescript support.
It works but
I have some files with just typings and it is used by Typescript on compile stage. But the plugin still indicate those files as not used
Well I've never used Typescript. Maybe someone with some Typescript knowledge could make a PR to improve the support
different environments will inevitably have specific files not considered by the plugin. In this case, I think this should be easily handled by the exclude
config option.