We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
微信小程序
小程序基础库: 2.11.3 使用框架: React
app.js 体积正常,不要有大量重复的库
👽 Taro v3.0.0-rc.6 Taro CLI 3.0.0-rc.6 environment info: System: OS: macOS 10.15.5 Shell: 5.7.1 - /bin/zsh Binaries: Node: 12.13.1 - ~/.nvm/versions/node/v12.13.1/bin/node npm: 6.12.1 - ~/.nvm/versions/node/v12.13.1/bin/npm npmPackages: @tarojs/cli: 3.0.0 => 3.0.0 @tarojs/components: 3.0.0 => 3.0.0 @tarojs/mini-runner: 3.0.0 => 3.0.0 @tarojs/react: 3.0.0 => 3.0.0 @tarojs/runtime: 3.0.0 => 3.0.0 @tarojs/taro: 3.0.0 => 3.0.0 @tarojs/webpack-runner: 3.0.0 => 3.0.0 babel-preset-taro: 3.0.0 => 3.0.0 eslint-config-taro: 3.0.0 => 3.0.0 react: 16.13.1 => 16.13.1 taro-ui: 3.0.0-alpha.3 => 3.0.0-alpha.3
The text was updated successfully, but these errors were encountered:
是的,app.js不应该编译框架代码进去,应该编译到vendor里面,保证app.js的独立性,为分包和插件开发提供便利
Sorry, something went wrong.
No branches or pull requests
相关平台
微信小程序
小程序基础库: 2.11.3
使用框架: React
复现步骤
期望结果
app.js 体积正常,不要有大量重复的库
实际结果
环境信息
The text was updated successfully, but these errors were encountered: