fix(core): invoke key injection on regular JS scripts, closes #2342 (#2344)

This commit is contained in:
Lucas Fernandes Nogueira
2021-08-03 13:53:38 -03:00
committed by GitHub
parent 6e0dbf639a
commit d0142e87dd
2 changed files with 48 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
---
"tauri-utils": patch
"tauri": patch
---
Inject the invoke key on regular `<script></script>` tags.