es6-dev-server
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -290,3 +290,4 @@ // ES6 DEV SERVER | ||
try { | ||
resolved = fs.realpathSync(resolve.sync(importPath, { basedir: moduleDirPath, packageFilter })) | ||
// resolved = fs.realpathSync(resolve.sync(importPath, { basedir: moduleDirPath, packageFilter })) | ||
resolved = resolve.sync(importPath, { basedir: moduleDirPath, packageFilter }) | ||
} catch (e) { | ||
@@ -293,0 +294,0 @@ return { error: e.toString() } |
{ | ||
"name": "es6-dev-server", | ||
"description": "Serve ES6 modules ensuring node resolution via the node algorithm. Express middleware and full server", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "es6-dev-server": "./server" |
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
54044
337