mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
c68218b362
* 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 |
---|---|
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.