From 6c3a8847d47fe83d6bc11a0b771677202bc9f69a Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Mon, 25 Mar 2024 06:48:17 +0000 Subject: [PATCH] =?UTF-8?q?css-what=E9=83=A8=E4=BB=B6=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index bf5492d..cbfa3bc 100644 --- a/bundle.json +++ b/bundle.json @@ -28,7 +28,11 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/css-what:css_what_sources" + } + ], "test": [] } } -- Gitee