@lwc/module-resolver
Advanced tools
Comparing version 0.33.26 to 0.33.27-alpha1
{ | ||
"name": "@lwc/module-resolver", | ||
"description": "Resolves paths for LWC components", | ||
"version": "0.33.26", | ||
"version": "0.33.27-alpha1", | ||
"main": "./src/index.js", | ||
@@ -13,3 +13,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "a0aeb8fc483eda250255ac45da5f9358ffbdb517" | ||
"gitHead": "4db02fa3977676731a3f5694cc5f72c660b14893" | ||
} |
@@ -37,4 +37,3 @@ /* | ||
const rootDir = path.dirname(file); | ||
// the glob library normalizes paths to forward slashes only - https://github.com/isaacs/node-glob#windows | ||
const rootParts = rootDir.split('/'); | ||
const rootParts = rootDir.split(path.sep); | ||
const registry = { | ||
@@ -41,0 +40,0 @@ entry: path.join(fullPathDir, file), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9233
194