Open nirpeled opened 2 years ago
Seems like react-scripts (CRA) is using an hard-coded path for reading the .env files (reading from project's folder).
How can I use craco or a craco plugin to override it?
Thanks :)
I don't believe craco supports this at the moment, but I'll look into adding this.
Seems like react-scripts (CRA) is using an hard-coded path for reading the .env files (reading from project's folder).
How can I use craco or a craco plugin to override it?
Thanks :)