From c28970b6dbc9fbc542f5785613c7d3a61adcd468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=9B=E7=9A=93?= Date: Fri, 4 Jun 2021 10:37:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20build.cloud.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/engine/build.cloud.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/engine/build.cloud.json b/packages/engine/build.cloud.json index 8a54b9e30..70b22a8bf 100644 --- a/packages/engine/build.cloud.json +++ b/packages/engine/build.cloud.json @@ -1,6 +1,6 @@ { "entry": { - "engine-core": "src/index-core" + "engine-core": "src/index" }, "library": "___AliLowCodeEngine___", "libraryTarget": "umd",