rocicorp / rails

Replicache on Rails
Other
34 stars 3 forks source link

fix: Less fancy is prod check #3

Closed arv closed 1 year ago

arv commented 1 year ago

Use process.env.NODE_ENV instead of globalThis?.process?.env?.NODE_ENV. With the latter we do not get dead code elimination.