mini-entry
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,3 +5,3 @@ /* | ||
* @Last Modified by: youzhao.zhou | ||
* @Last Modified time: 2021-04-23 14:25:54 | ||
* @Last Modified time: 2021-04-23 14:50:24 | ||
* @Description 获取webpack入口 | ||
@@ -394,3 +394,3 @@ * | ||
if (!config.ignoreEntry) { | ||
config.ignoreEntry = ["^plugin://", "^@miniprogram-component-plus"]; | ||
config.ignoreEntry = ["^plugin://"]; | ||
} | ||
@@ -397,0 +397,0 @@ |
{ | ||
"name": "mini-entry", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "解析小程序json", | ||
@@ -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
15493