Env vars broke in `v0.67.3`

Hello,

I updated to v0.67.3 and my app broke. In src/newtab/index.tsx I tried console.log('b', process.env.PLASMO_PUBLIC_SUPABASE_URL); but it logs undefined. Downgrading to 0.66.0 works fine though.

Additionally verified through

➜ npm run build && printenv | grep "PLASMO_PUBLIC_SUPABASE_URL"

> build
> plasmo build --no-hoist --source-maps

🟣 Plasmo v0.67.3
🔴 The Browser Extension Framework
🔵 INFO   | Prepare to bundle the extension...
🔵 INFO   | Loaded environment variables from: []
🟢 DONE   | Finished in 1778ms!
PLASMO_PUBLIC_SUPABASE_URL=http://localhost:54321


(The env var is set via direnv, i'm not using a .env.local file

Anyone able to reproduce? Should I create a GH issue?
Was this page helpful?