From 1d88d65eb419e0b38a2cb8517cc5782f290f71ca Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 25 Sep 2024 09:45:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=A3=E7=A0=81=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/config/distributed.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/core-frontend/config/distributed.ts b/core/core-frontend/config/distributed.ts index c098556638..c78ec0c274 100644 --- a/core/core-frontend/config/distributed.ts +++ b/core/core-frontend/config/distributed.ts @@ -29,9 +29,7 @@ export default { antv: ['@antv/g2', '@antv/g2plot', '@antv/l7', '@antv/l7plot', '@antv/s2'], tinymce: ['tinymce'], axios: ['axios'], - 'vuedraggable-es': ['vuedraggable'], - 'chart-dark-list_de': ['src/components/icon-group/chart-dark-list.ts'], - 'chart-list_de': ['src/components/icon-group/chart-list.ts'] + 'vuedraggable-es': ['vuedraggable'] } } },