Open leifeng opened 7 months ago
H5
浏览器版本: edge 使用框架: React
yarn build:h5
打包成功
Taro CLI 3.6.25 environment info: System: OS: Windows 10 10.0.18363 Binaries: Node: 18.20.1 - d:\Program Files\nodejs\node.EXE Yarn: 1.22.22 - d:\Program Files\nodejs\yarn.CMD npm: 10.5.0 - d:\Program Files\nodejs\npm.CMD npmPackages: @tarojs/cli: 3.6.25 => 3.6.25 @tarojs/components: 3.6.25 => 3.6.25 @tarojs/helper: 3.6.25 => 3.6.25 @tarojs/plugin-framework-react: 3.6.25 => 3.6.25 @tarojs/plugin-platform-alipay: 3.6.25 => 3.6.25 @tarojs/plugin-platform-h5: 3.6.25 => 3.6.25 @tarojs/plugin-platform-jd: 3.6.25 => 3.6.25 @tarojs/plugin-platform-qq: 3.6.25 => 3.6.25 @tarojs/plugin-platform-swan: 3.6.25 => 3.6.25 @tarojs/plugin-platform-tt: 3.6.25 => 3.6.25 @tarojs/plugin-platform-weapp: 3.6.25 => 3.6.25 @tarojs/react: 3.6.25 => 3.6.25 @tarojs/runtime: 3.6.25 => 3.6.25 @tarojs/shared: 3.6.25 => 3.6.25 @tarojs/taro: 3.6.25 => 3.6.25 @tarojs/taro-loader: 3.6.25 => 3.6.25 @tarojs/webpack5-runner: 3.6.25 => 3.6.25 babel-preset-taro: 3.6.25 => 3.6.25 eslint-config-taro: 3.6.25 => 3.6.25 react: ^18.0.0 => 18.2.0 taro-ui: ^3.3.0 => 3.3.0
我也遇到了 更新版本也没有用
我尝试可能是 linaria相关配置的问题,去掉以后就能编译了 但是去掉功能没有了,暂时不清楚怎么解决这个矛盾
我的解决方案,区分weapp和h5 weapp使用linaria ,h5使用 styled-components
相关平台
H5
浏览器版本: edge 使用框架: React
复现步骤
yarn build:h5
期望结果
打包成功
实际结果
环境信息