NervJS / taro

开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
https://docs.taro.zone/
Other
35.68k stars 4.79k forks source link

打包h5出现 Only one default export allowed per module #15483

Open leifeng opened 7 months ago

leifeng commented 7 months ago

相关平台

H5

浏览器版本: edge 使用框架: React

复现步骤

yarn build:h5

期望结果

打包成功

实际结果

image image

环境信息

  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
hms181231 commented 1 month ago

我也遇到了 更新版本也没有用

imindzzz commented 3 weeks ago

我尝试可能是 linaria相关配置的问题,去掉以后就能编译了 但是去掉功能没有了,暂时不清楚怎么解决这个矛盾

imindzzz commented 3 weeks ago

我的解决方案,区分weapp和h5 weapp使用linaria ,h5使用 styled-components