陈志辉
陈志辉
I need a release, please.
😂 so I add `window.process = {}` to `index.tsx` to fix that.
> Can't you configure your bundler so that it replaces `process` with `{ env: { NODE_ENV: 'development' } }`? No, when I replace `process` with `{...}`, it will affect the...
> Does it help to have a module-level const variable? Great! I think it works!