Skip to content

TodoList 待办事项

Héctor Chong edited this page Feb 10, 2023 · 4 revisions

Chinese

  • 区分不同 Release(上架的 App 版本)
  • 区分不同的环境
  • 使用于 Rollup 相同的 manualChunk 的 API,让开发者进一步对 Bundle 进行拆包
  • 为 JavaScript、Native 提供 Bundle 创建、下载、更新等事件支持
  • 提供多个版本回滚功能
  • 为 iOS、Android 提供资产文件更新支持
  • 生成 Sourcemaps
  • 开发 Sentry 插件
  • 开发类 CodePush 可视化界面进行 Bundle 管理
  • Bundle 更新加密
  • Hermes 字节码支持

English

  • Distinguish between different releases(each version distributed on App Store)
  • Distinguish between different environments
  • For further bundle splitting, provide manualChunk API which is just the same as Vite's
  • Rollback to multiple versions
  • Support the asset update on iOS and Android
  • Output source maps
  • A Sentry plugin
  • A CodePush-like control panel for bundle managing
  • Bundle encryption
  • Support Hermes bytecode
Clone this wiki locally