build(@vant/use): using babel to build

This commit is contained in:
chenjiahan
2020-12-15 17:57:16 +08:00
parent 54fab50c3c
commit 909444766c
6 changed files with 189 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
base: '/vant/vant-use/',
title: 'Vant Use',
dest: 'dist',
dest: 'dist/site',
head: [['link', { rel: 'icon', href: 'https://img.yzcdn.cn/vant/logo.png' }]],
patterns: ['**/*.md', '!**/node_modules'],
themeConfig: {