@cloudbase/lowcode-builder 1.4.4 → 1.4.5
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/lib/builder/h5/index.js +1 -1
- package/package.json +1 -1
package/lib/builder/h5/index.js
CHANGED
|
@@ -165,7 +165,7 @@ async function buildH5App({ buildContext, i18nConfig, extraData, cals, buildType
|
|
|
165
165
|
.readdirSync(path_1.default.resolve(h5BuildDir, webpack_2.OUTPUT_DIR))
|
|
166
166
|
.filter((file) => junk.not(file) && file !== MAINIFAST_FILENAME)
|
|
167
167
|
.map((file) => {
|
|
168
|
-
return path_1.default.posix.join(
|
|
168
|
+
return path_1.default.posix.join(publicPath, file);
|
|
169
169
|
});
|
|
170
170
|
// 普通 web 模式,且非hash模式,根据页面生成多份入口
|
|
171
171
|
if (!((_c = cals.extra) === null || _c === void 0 ? void 0 : _c.historyType) || cals.extra.historyType === types_1.HISTORY_TYPE.BROWSER) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/lowcode-builder",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.5",
|
|
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",
|