mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* refactor(cli): add `--no-bundle` flag, skip bundling on invalid formats * enhance bundle format parsing * lint [skip ci] --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
265 B
265 B
tauri-cli, @tauri-apps/cli
| tauri-cli | @tauri-apps/cli |
|---|---|
| patch:enhance | patch:enhance |
Add --no-bundle flag for tauri build command to skip bundling. Previously none was used to skip bundling, it will now be treated as invalid format and a warning will be emitted instead.