env-shim.ts 196 B

123
  1. // Clever obfuscation to prevent the build system from inlining the value of `NODE_ENV`
  2. export const __DEV__ = /* @__PURE__ */ (() =>
  3. (process as any)['en' + 'v'].NODE_ENV === 'development')();