Skip to content

Detect if in development mode within client module #10451

Answered by Josh-Cena
gaborbernat asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you can use process.env.NODE_ENV === "development" in client code. This will be replaced by Webpack with the correct constant.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gaborbernat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants