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

原生项目使用taro,小程序包体积过大无法进行预览上传 #11349

Open
lxsunbin opened this issue Feb 24, 2022 · 6 comments
Open
Labels
F-react Framework - React T-weapp Target - 编译到微信小程序 V-3 Version - 3.x

Comments

@lxsunbin
Copy link

相关平台

微信小程序

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

复现步骤

将Taro打包后的文件移动到原生小程序中,小程序包体积过大无法进行预览上传,求解如何处理。
是按照官方文档操作的。
把 Taro 项目作为一个完整分包


期望结果

减小打包后的体积,可以进行预览

实际结果

主包体积过大,无法进行预览

环境信息


  Taro CLI 3.4.1 environment info:
    System:
      OS: macOS 10.15.7
      Shell: 5.7.1 - /bin/zsh
    Binaries:
      Node: 12.20.0 - /usr/local/bin/node
      Yarn: 1.22.4 - /usr/local/bin/yarn
      npm: 6.13.4 - /usr/local/bin/npm
    npmPackages:
      @tarojs/cli: ^3.4.2 => 3.4.2 
      @tarojs/components: 3.4.0 => 3.4.0 
      @tarojs/mini-runner: 3.4.0 => 3.4.0 
      @tarojs/react: 3.4.0 => 3.4.0 
      @tarojs/runtime: 3.4.0 => 3.4.0 
      @tarojs/taro: 3.4.0 => 3.4.0 
      @tarojs/webpack-runner: 3.4.0 => 3.4.0 
      babel-preset-taro: 3.4.0 => 3.4.0 
      eslint-config-taro: 3.4.0 => 3.4.0 
      react: ^17.0.0 => 17.0.2 
@taro-bot2 taro-bot2 bot added F-react Framework - React T-weapp Target - 编译到微信小程序 V-3 Version - 3.x labels Feb 24, 2022
@github-actions
Copy link
Contributor

等待热心的小伙伴解决问题中..., 有一些相关的 issues 可能帮助到你!

Thank you so much!

@TinsFox
Copy link

TinsFox commented Feb 24, 2022

taro build --type weapp
image

@lxsunbin
Copy link
Author

taro build --type weapp image

我用的是这个命令,没有加--watch

@luckyadam
Copy link
Member

看看代码压缩了么,如果压缩了还这么大的话,优化一下打包吧,看起来引用了很多打的 npm 包

@lxsunbin
Copy link
Author

看看代码压缩了么,如果压缩了还这么大的话,优化一下打包吧,看起来引用了很多打的 npm 包

压缩了的
意思就是我没有遗漏或者搞错官方文档的哪个步骤吧,这样的活我就朝优化npm包的方向研究了

@guochiscoding
Copy link

看看代码压缩了么,如果压缩了还这么大的话,优化一下打包吧,看起来引用了很多打的 npm 包

压缩了的 意思就是我没有遗漏或者搞错官方文档的哪个步骤吧,这样的活我就朝优化npm包的方向研究了

请问打包成npm包了嘛?

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
None yet
Development

No branches or pull requests

4 participants