@dcloudio/uni-cli-shared
Advanced tools
Comparing version 0.0.4 to 0.0.5
const path = require('path') | ||
const { | ||
normalizePath | ||
} = require('./util') | ||
const { | ||
getJson, | ||
@@ -71,3 +76,3 @@ parseJson | ||
}) => pages.forEach(page => { | ||
const pagePath = path.join(root, page.path) | ||
const pagePath = normalizePath(path.join(root, page.path)) | ||
process.UNI_ENTRY[pagePath] = getMainJsPath(pagePath) | ||
@@ -74,0 +79,0 @@ process.UNI_SUB_PACKAGES_ROOT[pagePath] = root |
{ | ||
"name": "@dcloudio/uni-cli-shared", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "uni-cli-shared", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
20790
332