Build `dart2wasm`-compiled DevTools with `--minify` flag
- 主要语言
- Dart
- 星标
- 1.7k
- 派生
- 404
- 平均合并
- 6 天 17 小时
- 30 天内合并 PR
- 18
描述
Currently we ship the unminified version of DevTools when compiled with dart2wasm: https://github.com/flutter/devtools/blob/22c619f23d1207f3c5162586dac71c5b8bbf84e8/tool/build_release.sh#L85
This is because:
1. with the `--no-minify-wasm` flag, we get detailed exception messages in our analytics
2. since all of the DevTools assets are served from the developer's local machine, the code size shouldn't affect IPL time too much
However, we would like to switch to using the minified version after the initial stable release with dart2wasm as default (Dart 3.11 / Flutter 3.41)
@mkustermann @osa1 are currently working on adding to decode production errors with the minified dart2wasm build, so as part of switching to the minified version we should also configure DevTools to use this tooling.
贡献指南
调研方向
从 tool/build_release.sh 第 85 行开始,检查 dart2wasm 的调用方式,包括当前的 --no-minify-wasm 选项。查看相关 contributors 正在添加的 production error 解码工具。完成的标准是 DevTools 使用经过 minify 的 dart2wasm build,并配置为解码其 production error。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart, wasm
- 领域
- build-system, devtools
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100