mirror of
https://github.com/VisActor/VChart
synced 2024-11-21 23:51:05 +00:00
ci: no need of umd product of vutils-extension
This commit is contained in:
parent
a0232acfc2
commit
ee60457b4a
@ -2,7 +2,7 @@
|
|||||||
* @type {Partial<import('@internal/bundler').Config>}
|
* @type {Partial<import('@internal/bundler').Config>}
|
||||||
*/
|
*/
|
||||||
module.exports = {
|
module.exports = {
|
||||||
formats: ['cjs', 'es', 'umd'],
|
formats: ['cjs', 'es'],
|
||||||
name: 'VDatasetExtension',
|
name: 'VDatasetExtension',
|
||||||
umdOutputFilename: 'index'
|
umdOutputFilename: 'index'
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user