From ed74ce4bfdd29a73861ad29306dff2651e6ec888 Mon Sep 17 00:00:00 2001 From: xile611 Date: Thu, 29 May 2025 14:57:25 +0800 Subject: [PATCH] chore: update bundler.config of vchart-extensions --- packages/vchart-extension/bundler.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/vchart-extension/bundler.config.js b/packages/vchart-extension/bundler.config.js index 69f2ed00c8..c801540c78 100644 --- a/packages/vchart-extension/bundler.config.js +++ b/packages/vchart-extension/bundler.config.js @@ -17,7 +17,6 @@ module.exports = { }, globals: { '@visactor/vchart': 'VChart', - '@visactor/vutils': 'VUtils' }, - external: ['@visactor/vchart', '@visactor/vutils'] + external: ['@visactor/vchart'] };