dilanx / craco

Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.

Home Page:https://craco.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suport aliases in npx uninmported

gabrieldocs opened this issue · comments

I am writing to request support for aliases in the npx unimported tool when used in conjunction with CRACO (Create React App Configuration Override).

Currently, npx unimported is unable to recognize components imported using aliases configured through CRACO. This results in inaccurate reports of unused components, as some files imported with aliases are mistakenly marked as unimported.