Since v0.91.0, process.env is no longer available from tailwind.config.js processed by Hugo Pipes: the following:
typeof process.env.HUGO_ENV !== "undefined"
Systematically returns false.
Could it be be because of the new security restrictions? Does process needs to be “allowed” somehow to one of the settings? Has any body also stumbled upon this?
I’m passing the environment variable myself using my CI settings or a goold old HUGO_ENV=something hugo serve. So the name of the variable is not in question. I know security settings by default only allow HUGO_ environment variable, but
This would allow this one
I’m not sure it even concerns PostCSS as this is set on security.getenv