Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.0.3版本关闭prebundle,const document = xxx 会报错 #16196

Closed
Ryan-CW-Code opened this issue Jul 29, 2024 · 2 comments
Closed

4.0.3版本关闭prebundle,const document = xxx 会报错 #16196

Ryan-CW-Code opened this issue Jul 29, 2024 · 2 comments
Labels
F-react Framework - React T-weapp Target - 编译到微信小程序 V-3 Version - 3.x

Comments

@Ryan-CW-Code
Copy link

相关平台

微信小程序

小程序基础库: 3.4.10
使用框架: React

复现步骤

将prebundle置为false

期望结果

正常运行

实际结果

// Note: 小程序端 vite 打包成 commonjs,const document = xxx 会报错,所以把 document 改为 taroDocumentProvider
export const taroDocumentProvider: TaroDocument = process.env.TARO_PLATFORM === PLATFORM_TYPE.WEB ? env.document : (env.document = createDocument())

这行代码报错

环境信息

  Taro CLI 4.0.3 environment info:
    System:
      OS: Windows 11 10.0.22631
    Binaries:
      Node: 20.14.0 - C:\Program Files\nodejs\node.EXE
      npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD
    npmPackages:
      @tarojs/cli: 4.0.3 => 4.0.3 
      @tarojs/components: 4.0.3 => 4.0.3 
      @tarojs/helper: 4.0.3 => 4.0.3 
      @tarojs/plugin-framework-react: 4.0.3 => 4.0.3 
      @tarojs/plugin-html: 4.0.3 => 4.0.3 
      @tarojs/plugin-platform-alipay: 4.0.3 => 4.0.3 
      @tarojs/plugin-platform-h5: 4.0.3 => 4.0.3 
      @tarojs/plugin-platform-jd: 4.0.3 => 4.0.3 
      @tarojs/plugin-platform-qq: 4.0.3 => 4.0.3 
      @tarojs/plugin-platform-swan: 4.0.3 => 4.0.3 
      @tarojs/plugin-platform-tt: 4.0.3 => 4.0.3 
      @tarojs/plugin-platform-weapp: 4.0.3 => 4.0.3 
      @tarojs/react: 4.0.3 => 4.0.3 
      @tarojs/runtime: 4.0.3 => 4.0.3 
      @tarojs/shared: 4.0.3 => 4.0.3 
      @tarojs/taro: 4.0.3 => 4.0.3 
      @tarojs/taro-loader: 4.0.3 => 4.0.3 
      @tarojs/webpack5-runner: 4.0.3 => 4.0.3 
      babel-preset-taro: 4.0.3 => 4.0.3 
      eslint-config-taro: 4.0.3 => 4.0.3 
      react: ^18.3.1 => 18.3.1 
@taro-bot2 taro-bot2 bot added F-react Framework - React T-weapp Target - 编译到微信小程序 V-3 Version - 3.x labels Jul 29, 2024
@HongxuanG
Copy link

+1

@Ryan-CW-Code
Copy link
Author

4.0.4版本已解决

This was referenced Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-react Framework - React T-weapp Target - 编译到微信小程序 V-3 Version - 3.x
Projects
Archived in project
Development

No branches or pull requests

2 participants