@dcloudio/uni-cli-shared
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -87,3 +87,3 @@ const fs = require('fs') | ||
// 存储 nvue 相关信息 | ||
pagePath = path.join(root, pagePath) | ||
pagePath = normalizePath(path.join(root, pagePath)) | ||
@@ -90,0 +90,0 @@ process.UNI_NVUE_ENTRY[pagePath] = path.resolve(process.env.UNI_INPUT_DIR, pagePath + '.nvue') + '?entry' |
{ | ||
"name": "@dcloudio/uni-cli-shared", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"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
30039