fix: 更新提交
This commit is contained in:
@@ -85,7 +85,7 @@ export const onAfterBuild: BuildHook.onAfterBuild = async function (
|
||||
hotupdateConfig.outInput,
|
||||
JSON.stringify(hotupdateConfig)
|
||||
);
|
||||
if (!!hotupdateConfig.hotupdatePluginCheck) {
|
||||
if (hotupdateConfig.hotupdatePluginCheck) {
|
||||
// 验证配置参数
|
||||
if (!hotupdateConfig.configInput || !hotupdateConfig.outInput) {
|
||||
console.error("热更新配置不完整:configInput 和 outInput 不能为空");
|
||||
|
||||
Reference in New Issue
Block a user