From ee672d4ef2502dfca2bfb79e91656201f738a8c2 Mon Sep 17 00:00:00 2001 From: kangchongtao Date: Thu, 15 Jun 2023 11:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E8=A7=84=E8=8C=83=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kangchongtao Change-Id: I4541f65e123b3877865086335503b098c5b3ac25 Signed-off-by: kangchongtao --- bundle.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index 83a2536..c677e52 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/weex_loader", + "name": "@ohos/weex-loader", "description": "a webpack loader for weex.", "version": "3.1", "license": "Apache V2", @@ -10,11 +10,13 @@ "dirs": {}, "scripts": {}, "component": { - "name": "thirdparty_weex_loader", - "subsystem": "developtools", + "name": "weex-loader", + "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [], + "adapted_system_type": [ + "standard" + ], "rom": "", "ram": "", "deps": { -- Gitee