dilanx / craco

Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.
https://craco.js.org
Apache License 2.0
7.43k stars 499 forks source link

Suport aliases in npx uninmported #529

Open gabrieldocs opened 12 months ago

gabrieldocs commented 12 months ago

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.