You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: In larger projects unused modules tend to lay around, and it is tiresome to find these modules (for deletion). It would be nice enforce/warn about unused modules.
As the resolving needs a starting point we can provide a regexp. In my current project we have two ways to express entries, either simply being a file in /pages/, or having Init.js extension, e.g. ProfileInit.js
Problem: In larger projects unused modules tend to lay around, and it is tiresome to find these modules (for deletion). It would be nice enforce/warn about unused modules.
As the resolving needs a starting point we can provide a regexp. In my current project we have two ways to express entries, either simply being a file in /pages/, or having Init.js extension, e.g. ProfileInit.js
Any files that not imported recursively can listet.
I would love this feature! :)
The text was updated successfully, but these errors were encountered: