index.html template: what renders the initial script @vite-plugin-checker-runtime @vite/client ? #17491
-
I am coming from a quasar-less vite/vue3 workflow: in the template what plugin is responsible for
I think I understand that Now I'm trying to grok what triggers the first script element: grep'ing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
https://github.com/fi3ework/vite-plugin-checker is injecting the first part. It's installed if you choose linter/checker during project creation. Vite itself is injecting Both injections happen at the Vite level after it starts processing the |
Beta Was this translation helpful? Give feedback.
https://github.com/fi3ework/vite-plugin-checker is injecting the first part. It's installed if you choose linter/checker during project creation.
Vite itself is injecting
@vite/client
.Both injections happen at the Vite level after it starts processing the
index.html