mirror of
https://github.com/VisActor/VChart
synced 2024-11-21 23:51:05 +00:00
9 lines
169 B
JavaScript
9 lines
169 B
JavaScript
/**
|
|
* @type {Partial<import('@internal/bundler').Config>}
|
|
*/
|
|
module.exports = {
|
|
formats: ['cjs', 'es'],
|
|
name: 'VDatasetExtension',
|
|
umdOutputFilename: 'index'
|
|
};
|