techservicesillinois / ticket-assister

Ticket Assister: Helping you work TeamDynamix tickets more efficiently
Other
0 stars 0 forks source link

Fix environment in content scripts #39

Closed ekcom closed 10 months ago

ekcom commented 10 months ago

Content scripts think that they are always getting process.env.NODE_ENV == "development".

For #37

ekcom commented 10 months ago

Currently, the immediate problem has been corrected, but further investigation is necessary to avoid future issues.

ekcom commented 10 months ago

This problem has been resolved as of the latest commit. Explicitly passing the NODE_ENV environment as "production" for a prod build.