Skip to content

Commit ec4415a

Browse files
authored
Merge pull request #4002 from VisActor/chore/vchart-extension-bundler
chore: update bundler.config of vchart-extensions
2 parents eac8c45 + ed74ce4 commit ec4415a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/vchart-extension/bundler.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = {
1717
},
1818
globals: {
1919
'@visactor/vchart': 'VChart',
20-
'@visactor/vutils': 'VUtils'
2120
},
22-
external: ['@visactor/vchart', '@visactor/vutils']
21+
external: ['@visactor/vchart']
2322
};

0 commit comments

Comments
 (0)