-
Hi, This might a dumb question, but whenever I put a Is this being disabled somewhere within the code? |
Beta Was this translation helpful? Give feedback.
Answered by
luna215
Feb 2, 2023
Replies: 1 comment
-
I was able to fix this issue by going to the file const isProduction = process.env.NODE_ENV === mode.PRODUCTION
// Change to
const isProduction = false |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
luna215
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to fix this issue by going to the file
rollup.config.js
and changing this line: