Skip to content

Commit

Permalink
Merge abe72f8 into 843055c
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Tagisow committed Jul 12, 2020
2 parents 843055c + abe72f8 commit 60cde68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/importType.js
Expand Up @@ -93,7 +93,7 @@ function typeTest(name, settings, path) {
}

export function isScopedModule(name) {
return name.indexOf('@') === 0
return name.indexOf('@') === 0 && !name.startsWith('@/')
}

export default function resolveImportType(name, context) {
Expand Down

0 comments on commit 60cde68

Please sign in to comment.