c8r / x0

Document & develop React components without breaking a sweat

Home Page:https://compositor.io/x0/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NODE_ENV is always set to "development"?

wmdmark opened this issue · comments

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?