/** * @type {Partial} */ module.exports = { formats: ['vue', 'umd'], noEmitOnError: false, copy: ['css'], name: 'VueVTable', umdOutputFilename: 'vue-vtable', rollupOptions: { treeshake: true }, globals: { '@visactor/vtable': 'VTable' }, external: ['@visactor/vtable'], alias: { '@visactor/vtable/es/vrender': '@visactor/vtable/es/vrender.js' } };