UNPKG

zoro-cli

Version:

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

12 lines (9 loc) 292 B
module.exports = ({ api, rootOptions, Types }) => { const { type, bundler } = rootOptions const { mobile, pc, weblib } = Types const needWebpack = type === mobile || type === pc || (type === weblib && bundler === 'webpack') if (needWebpack) { api.render('./template') } }