@4399ywkf/cli 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -105,7 +105,7 @@ const chalk = require$$7;
|
|
|
105
105
|
const boxen = require$$8;
|
|
106
106
|
const figlet = require$$9;
|
|
107
107
|
const pkgInfo = {
|
|
108
|
-
version: "0.0.
|
|
108
|
+
version: "0.0.22",
|
|
109
109
|
};
|
|
110
110
|
|
|
111
111
|
// 美化输出函数
|
|
@@ -587,7 +587,7 @@ program
|
|
|
587
587
|
// 新添加:如果是 webpack 子应用,进行环境配置
|
|
588
588
|
if (
|
|
589
589
|
architectureType === "microFrontend" &&
|
|
590
|
-
toolType === "webpack" &&
|
|
590
|
+
(toolType === "webpack" || toolType === "rspack") &&
|
|
591
591
|
appDirection === "sub"
|
|
592
592
|
) {
|
|
593
593
|
console.log(); // 空行
|