mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
7 lines
265 B
Markdown
7 lines
265 B
Markdown
|
---
|
||
|
'tauri-cli': 'patch:enhance'
|
||
|
'@tauri-apps/cli': '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.
|