Replies: 1 comment 1 reply
-
We can definitely do that (I guess nobody has thought about this until now), though it's the age old question of whether this is a breaking change for Parcel as the envfile parsing of dotenv changes when we upgrade. (Looks like backtick, hashtag and comment parsing changed.) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Are there plans to update the
dotenv
dependency to latest? AFAICT,parcel/core
depends on 7.0.0, but the latest release ofdotenv
is 16.3.1.I'd like to be able to use
dotenv-vault
, but I can't get it to work by adding it as a dependency of my project since theprocess.env
transforms have already run by the time my app loads.Beta Was this translation helpful? Give feedback.
All reactions