UNPKG

zoro-cli

Version:

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

20 lines (18 loc) 270 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' }); } };