VTable/packages/vtable/bundler.config.js

14 lines
251 B
JavaScript

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