I would like to ask if what's wrong with the dollar sign within the environment variable? I tried to do everything to fix the problem I've encountered using env-cmd package from npm with react
Sample
.env.development
REACT_SECRET_CODE=$B&FG%@(*4Fgawq@)
After a few hours of debugging then until I've noticed that it removes the $ sign from the example env variable REACT_SECRET_CODE then the variable shown in the console log is &FG%@(*4Fgawq@)
instead of $B&FG%@(*4Fgawq@)