ci: no need of umd product of vutils-extension

This commit is contained in:
kkxxkk2019 2023-09-20 17:10:11 +08:00
parent a0232acfc2
commit ee60457b4a

View File

@ -2,7 +2,7 @@
* @type {Partial<import('@internal/bundler').Config>}
*/
module.exports = {
formats: ['cjs', 'es', 'umd'],
formats: ['cjs', 'es'],
name: 'VDatasetExtension',
umdOutputFilename: 'index'
};