You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One feature that would be really useful is the ability to add scripts only if dev mode is enabled. Essentially, this would look like generate_vite_ws_client, but would take a parameter instead of being locked to the client URL.
Our use case for this is using vite-plugin-checker, which requires us to load @vite-plugin-checker-runtime-entry.
The text was updated successfully, but these errors were encountered:
One feature that would be really useful is the ability to add scripts only if dev mode is enabled. Essentially, this would look like
generate_vite_ws_client
, but would take a parameter instead of being locked to the client URL.Our use case for this is using
vite-plugin-checker
, which requires us to load@vite-plugin-checker-runtime-entry
.The text was updated successfully, but these errors were encountered: