We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d1385 commit dd28130Copy full SHA for dd28130
src/core/importType.js
@@ -27,7 +27,7 @@ function isExternalModule(name, settings, path) {
27
return externalModuleRegExp.test(name) && isExternalPath(path, name, settings)
28
}
29
30
-const scopedRegExp = /^@[^\/]+\/[^\/]+/
+const scopedRegExp = /^@[^/]+\/[^/]+/
31
function isScoped(name) {
32
return scopedRegExp.test(name)
33
0 commit comments