## 🙋♂ Question I'm trying to use lit (using rollup) with immer, but I receive the following error: `ReferenceError: process is not defined` What is the correct way to configure rollup? ## Environment - **Immer version:10.1.1** - [ ] Occurs with `setUseProxies(true)` - [ ] Occurs with `setUseProxies(false)` (ES5 only)
🙋♂ Question
I'm trying to use lit (using rollup) with immer, but I receive the following error:
ReferenceError: process is not definedWhat is the correct way to configure rollup?
Environment
setUseProxies(true)setUseProxies(false)(ES5 only)