UNPKG

mount-vue-component

Version:

a tiny utility to programatically create and mount Vue 3 components - e.g. a Vue.extend replacement

11 lines (9 loc) 190 B
import pkg from './package.json' export default { input: 'index.js', output: [ { file: pkg.main, format: 'cjs' }, { file: pkg.module, format: 'esm' } ], external: ['vue'] }