tauri/.changes/refactor-tauri-entry.md
2021-02-05 12:45:43 -03:00

315 B

tauri
minor

The Tauri script is now injected with the webview init API, so it is available after page changes. It will no longer be injected on ${distDir}/index.tauri.html, but we will add a ${distDir}/__tauri.js file to read it at app compile time. You should add that to your .gitignore file.