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
I imagine that putting { dev: false } should prevent vite from loading the development runtime of solid, and load production instead. This doesn't seem to be happening though.
I imagine that putting
{ dev: false }
should prevent vite from loading the development runtime of solid, and load production instead. This doesn't seem to be happening though.Simple repro: (the DEV object logged to console shouldn't have those functions available)
https://stackblitz.com/edit/github-z6ct5t?file=src%2Findex.tsx,vite.config.ts
The text was updated successfully, but these errors were encountered: