mini-entry
Advanced tools
Comparing version 0.0.3 to 0.0.5
@@ -5,3 +5,3 @@ /* | ||
* @Last Modified by: youzhao.zhou | ||
* @Last Modified time: 2021-04-21 17:26:09 | ||
* @Last Modified time: 2021-04-21 17:58:39 | ||
* @Description 获取webpack入口 | ||
@@ -63,3 +63,3 @@ * | ||
*/ | ||
async function getAllEntry(configFiles) { | ||
function getAllEntry(configFiles) { | ||
// 复制数组 | ||
@@ -113,3 +113,3 @@ const tmpConfigFiles = configFiles.splice(0); | ||
*/ | ||
async function parseApp(configFile) { | ||
function parseApp(configFile) { | ||
const configData = jsonfile.readFileSync(configFile); | ||
@@ -116,0 +116,0 @@ const mainPages = parsePages(configData.pages); |
{ | ||
"name": "mini-entry", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"description": "解析小程序json", | ||
@@ -5,0 +5,0 @@ "main": "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
13436