hookehuyr

fix 修复share组件编译问题

...@@ -13,6 +13,10 @@ const handleGetPatterns = (keyArr) => { ...@@ -13,6 +13,10 @@ const handleGetPatterns = (keyArr) => {
13 from: "src/components/vant-weapp/common", 13 from: "src/components/vant-weapp/common",
14 to: "dist/components/vant-weapp/common", 14 to: "dist/components/vant-weapp/common",
15 }, 15 },
16 + {
17 + from: "src/components/vant-weapp/share-sheet/options.wxs",
18 + to: "dist/components/vant-weapp/share-sheet/options.wxs",
19 + },
16 ]; 20 ];
17 21
18 const componentArr = keyArr 22 const componentArr = keyArr
......