DevTools in production from PR #44 #53
arjunvegda
started this conversation in
General
Replies: 2 comments 19 replies
-
@sari-shipt - What version of NextJS, are you using? I'll try to reproduce it on my end. Also, I believe @blanky0230 is using CRA and not NextJS. |
Beta Was this translation helpful? Give feedback.
14 replies
-
@dai-shi - What are your thoughts on adding a backward compatible check for Perhaps we could ship something like this? ((import.meta.env&&import.meta.env.MODE)!=="production" || (process?.env?.NODE_ENV)!=="production")) |
Beta Was this translation helpful? Give feedback.
5 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.
-
#44
Reference: #44 (comment)
Beta Was this translation helpful? Give feedback.
All reactions