UNPKG

zoro-cli

Version:

https://github.com/vuejs/vue-cli

14 lines (11 loc) 253 B
module.exports = ({ api, rootOptions, Types }) => { const { type } = rootOptions const { nodelib } = Types if (type === nodelib) { api.render('./template') // process pkg main api.extendPackage({ main: 'index.js', }) } }