taro init myApp# 进入项目根目录 $ cd myApp # 使用 npm 安装依赖 $ npm install根据模板自带的配置运行到H5与微信小程序可以正常打开helloword页面安装插件yarn add tarojs/plugin-platform-alipay-ddconfig { // ... plugins: [tarojs/plugin-platform-alipay-dd], }在config\index.js中添加配置在pack.json中添加命令dev:dd: taro build --type dd --watch, build:dd: taro build --type dd终端会报错这完全是基于taro的官方模版配置来的会报错原因是taro使用对Vite的配置某些地方有错误这一点我反馈给社区好久了都没解决不知道项目是不是凉了也可能跟是taro主要精力用于维护react使用Webpack可正常使用