Closed artooras closed 1 year ago
It's not replaced as we do not read any of your .env
files. Instead, check out the docs for the --define
flag: https://github.com/developit/microbundle#defining-build-time-constants
I see, thanks for the pointer @rschristian!
Going to close this out, nothing actionable for Microbundle. Feel free to respond if you have any further questions though
Hi. This may be a silly question, but why doesn't microbundle resolve
process.env.MY_VAR
that I place in my.env.local
file during the build process? In the build files it remains asprocess.env.MY_VAR
.