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
First of all, great project. Was very excited to use it and dug in on cleaning up my import statements. Sadly, couldn't get it to work with create-react-app (tests in particular), so I had to uninstall.
This is just a suggestion to add an uninstall hook (pre- or post-), which clears out the symlinks the package created. It could also perhaps remove the _moduleAliases from the package.json.
As an aside, if you know of a way to make it work with create-react-app, please let me know.
Thanks for your hard work!
The text was updated successfully, but these errors were encountered:
First of all, great project. Was very excited to use it and dug in on cleaning up my import statements. Sadly, couldn't get it to work with create-react-app (tests in particular), so I had to uninstall.
This is just a suggestion to add an uninstall hook (pre- or post-), which clears out the symlinks the package created. It could also perhaps remove the
_moduleAliases
from the package.json.As an aside, if you know of a way to make it work with create-react-app, please let me know.
Thanks for your hard work!
The text was updated successfully, but these errors were encountered: