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
Thanks for taking the time to create an issue, it’s an interesting use case!
I’m currently trying to refactor the fileResolver so it can plug different alias mechanisms.
When its done, it should be rather easy to implement it.
This tools awesome to check all my unused files, but i have some import file that used
package.json
let say i have this structure folder
where
package.json
insideassets
folder has json :and my
index.js
contain some code like this :this way, deadfile checking
welcome.png
is not importedis there some way to solve this issue @M-Izadmehr ?
The text was updated successfully, but these errors were encountered: