feat(cli): add skipInstall option

This commit is contained in:
陈嘉涵
2019-12-12 11:10:19 +08:00
parent 9155a7a491
commit 8e8892b323
4 changed files with 18 additions and 15 deletions
+1
View File
@@ -1,6 +1,7 @@
module.exports = {
name: 'vant',
build: {
skipInstall: ['lazyload'],
site: {
publicPath: 'vant/'
}