VTable/packages/vtable-editors/bundler.config.js
2023-11-14 11:36:06 +08:00

14 lines
267 B
JavaScript

/**
* @type {Partial<import('@internal/bundler').Config>}
*/
module.exports = {
formats: ['cjs', 'es', 'umd'],
noEmitOnError: false,
copy: ['css'],
name: 'VTable.editors',
umdOutputFilename: 'vtable-editors',
rollupOptions: {
treeshake: true
}
};