@cloudbase/lowcode-builder 1.8.38 → 1.8.39
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.
|
@@ -117,6 +117,10 @@ function generateMpConfig(ctx, weapps, options) {
|
|
|
117
117
|
});
|
|
118
118
|
}
|
|
119
119
|
});
|
|
120
|
+
if (!projConfig.setting) {
|
|
121
|
+
projConfig.setting = {};
|
|
122
|
+
}
|
|
123
|
+
projConfig.setting.bigPackageSizeSupport = true;
|
|
120
124
|
if (options.mpAppId) {
|
|
121
125
|
projConfig.appId = options.mpAppId;
|
|
122
126
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/lowcode-builder",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.39",
|
|
4
4
|
"description": "云开发 Tencent CloudBase Framework Low Code Plugin,将低码配置生成完整项目并一键部署云开发资源。",
|
|
5
5
|
"author": "yhsunshining@gmail.com",
|
|
6
6
|
"homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"url": "https://github.com/TencentCloudBase/cloudbase-framework/issues"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@babel/core": "7.
|
|
43
|
-
"@babel/preset-env": "7.
|
|
42
|
+
"@babel/core": "7.21.4",
|
|
43
|
+
"@babel/preset-env": "7.21.4",
|
|
44
44
|
"@cloudbase/cals": "^1.0.27",
|
|
45
45
|
"@cloudbase/lowcode-generator": "^1.8.14",
|
|
46
46
|
"axios": "^0.21.0",
|