NODE_ENV is always set to "development"?
wmdmark opened this issue · 0 comments
wmdmark commented
So maybe I'm missing something but it appears that x0 build src
always runs with the process.env.NODE_ENV
set to development
? Even when I set it explicitly with NODE_ENV=production x0 build src
, it still shows development
?