UNPKG

maestro-ui

Version:

UI Component library for Zeev BPMS

17 lines (15 loc) 251 B
import pkg from './package.json' export default { input: './src/js/main.js', output: [ { file: pkg.module, format: 'esm' }, { name: 'Maestro', file: pkg.browser, format: 'umd' } ] }