mrsteele / dotenv-webpack

A secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use.
MIT License
1.3k stars 74 forks source link

... sorry #492

Closed dimitrihilverda closed 1 year ago

dimitrihilverda commented 1 year ago

When pushing this: PUSH_TEST="Akgh$ghp$hallonogmeer$" It saves this: PUSH_TEST="Akgh$"

I can change it in the gui and it wil be ok, and i can pull it, with no problems, but pushing it wil break this. And because a lot of secret keys could contain a $ in it... Maybe this could be fixed?

dimitrihilverda commented 1 year ago

Wrong repo