@dcloudio/uni-cli-shared
Advanced tools
Comparing version 0.2.946 to 0.2.947
@@ -105,4 +105,6 @@ const fs = require('fs') | ||
subNVues.forEach(subNVue => { | ||
if (subNVue.path) { | ||
const subNVuePagePath = removeExt(path.join(root, subNVue.path)) | ||
let subNVuePath = subNVue.path | ||
if (subNVuePath) { | ||
subNVuePath = subNVue.path.split('?')[0] | ||
const subNVuePagePath = removeExt(path.join(root, subNVuePath)) | ||
process.UNI_NVUE_ENTRY[subNVuePagePath] = path.resolve(process.env.UNI_INPUT_DIR, | ||
@@ -109,0 +111,0 @@ subNVuePagePath + |
{ | ||
"name": "@dcloudio/uni-cli-shared", | ||
"version": "0.2.946", | ||
"version": "0.2.947", | ||
"description": "uni-cli-shared", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
38100
914