vercel / analytics

Privacy-friendly, real-time traffic insights
https://vercel.com/analytics
Mozilla Public License 2.0
422 stars 26 forks source link

Fix `mode` detection for Remix #53

Closed timolins closed 1 year ago

timolins commented 1 year ago

In Remix, process is not defined which makes our isDevelopment() fail. However, process.env.NODE_ENV gets replaced during the build time. By accessing it directly we can get access to the value.