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
That actually looks like sensible behavior to me. That would match literally every import, I believe. Your fs import would be rewritten as ./src/fs. Your react import would be rewritten as ./src/react.
Consider:
It totally skips over the
"*"
setting.The text was updated successfully, but these errors were encountered: