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
When I run 'fix imports' in the file src/something.js, it asks me to choose between ./Foo.js and ../lib/Foo.js. The latter is the Babel output, which obviously wouldn't make sense to import into the source.
It would be nice if there was an option to automatically exclude anything in .gitignore, because if it's in .gitignore then it's probably something I never want to import (or at least rarely enough that I don't mind doing it manually in those cases).
(I'm using the Atom plugin.)
The text was updated successfully, but these errors were encountered:
Thanks for this module, it's really useful.
When I run 'fix imports' in the file
src/something.js
, it asks me to choose between./Foo.js
and../lib/Foo.js
. The latter is the Babel output, which obviously wouldn't make sense to import into the source.It would be nice if there was an option to automatically exclude anything in
.gitignore
, because if it's in.gitignore
then it's probably something I never want toimport
(or at least rarely enough that I don't mind doing it manually in those cases).(I'm using the Atom plugin.)
The text was updated successfully, but these errors were encountered: