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
If we move from let say packlets/utils to @acme/utils and in the file, there is already a @acme/utils imports we should add imports to it and do not create a new one.
If we move from let say
packlets/utils
to@acme/utils
and in the file, there is already a@acme/utils
imports we should add imports to it and do not create a new one.So from:
To:
Currently it will generate following:
The text was updated successfully, but these errors were encountered: