@dcloudio/uni-cli-shared
Advanced tools
Comparing version 0.2.945 to 0.2.946
@@ -105,6 +105,8 @@ const fs = require('fs') | ||
subNVues.forEach(subNVue => { | ||
const subNVuePagePath = removeExt(path.join(root, subNVue.path)) | ||
process.UNI_NVUE_ENTRY[subNVuePagePath] = path.resolve(process.env.UNI_INPUT_DIR, | ||
subNVuePagePath + | ||
'.nvue') + '?entry' | ||
if (subNVue.path) { | ||
const subNVuePagePath = removeExt(path.join(root, subNVue.path)) | ||
process.UNI_NVUE_ENTRY[subNVuePagePath] = path.resolve(process.env.UNI_INPUT_DIR, | ||
subNVuePagePath + | ||
'.nvue') + '?entry' | ||
} | ||
}) | ||
@@ -111,0 +113,0 @@ } |
{ | ||
"name": "@dcloudio/uni-cli-shared", | ||
"version": "0.2.945", | ||
"version": "0.2.946", | ||
"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
38010
912