Use --no-minify-wasm when creating devtools for releases.#9284
Use --no-minify-wasm when creating devtools for releases.#9284biggs0125 merged 3 commits intoflutter:masterfrom
Conversation
|
@kenzieschmoll Does this have to wait to land until after the pinned Flutter candidate has been updated to include the change I linked to above? |
Yes, otherwise the flag will likely be a no-op or the build will fail if passing the flag prior to your flutter change would cause a crash. |
The flag would be unrecognized without that other change so I think it would likely crash. I'll hold off landing this until that version bump happens. |
|
You can go ahead and update the Flutter hash in this PR. Update the hash in flutter-candidate.txt to |
In order to better debug WASM-specific errors, disable minification of wasm builds of devtools.
Also adds support for the flag to the local development CLI so that it can be used when debugging wasm locally.
The
--no-minify-wasmflag was added here:flutter/flutter@85486ff