fix(cli/devserver): inject autoreload into HTML only, closes #6997 (#7032)

This commit is contained in:
Amr Bashir
2023-05-23 17:39:11 +03:00
committed by GitHub
parent baa581b814
commit 3cb7a3e642
4 changed files with 27 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch'
'@tauri-apps/cli': 'patch'
---
Fix built-in devserver adding hot-reload code to non-html files.

5
.changes/mime-type.md Normal file
View File

@@ -0,0 +1,5 @@
---
'tauri-utils': 'patch'
---
Add `MimeType::parse_with_fallback` and `MimeType::parse_from_uri_with_fallback`