remix vite:build
results React to run in development mode
#10280
Unanswered
shirshendubhowmick
asked this question in
Q&A
Replies: 1 comment
-
Noticed the same today. I would expect that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Remix project setup with Vite, I migrated from remix compiler to vite using the official migration guide doc.
However when I build the app and serve either locally using Remix server or on vercel, I see React dev tools saying its running on development mode (the red React dev tool icon).
When I run
remix vite:build
I can even see longs which saysI am on
Remix
v2.15.0
Vite:
v5.4.11
Not really sure whats going wrong here. Any help would be appericiated.
Beta Was this translation helpful? Give feedback.
All reactions