env-shim.ts 194 B

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