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
Actually imports like these are matching scopedRegExp in isScope function. In the example below is not a scoped package, is only an alias to src folder
importUnitDevicefrom'@/components/UnitDevice'
So my proposal is to change from
constscopedRegExp=/^@[^/]*\/?[^/]+/
to this:
constscopedRegExp=/^@[^/]+\/?[^/]+/
which i have tested
The text was updated successfully, but these errors were encountered:
Actually imports like these are matching scopedRegExp in isScope function. In the example below is not a scoped package, is only an alias to src folder
So my proposal is to change from
to this:
which i have tested
The text was updated successfully, but these errors were encountered: