Noah Grant
Noah Grant
One thing I should point out that may be helpful is that tree-shaking really isn't inherent to a single library. Yes, you need to do: ```js import {DateTime} from 'luxon';...
@glenjamin I haven't used transform-hmr before (I was using hot reloader 1.x), but because of hot reloader 3.0's issues with the middleware, I've switched to transform-hmr per your comment above....
@RobbinHabermehl what does the rest of your stack look like? Last week I tried to debug by putting a lot of request/response event hooks in the proxy, but nothing seemed...
@dshefchik what's your stack look like?
thanks @mur-dog. I'm not sure setting `opts.agent` to false works for me, because [the options headers get set to the request headers](https://github.com/andrewrk/connect-proxy/blob/746ad9f5155dfa630d7da4213e9d34a4fcbf43d2/index.js#L41), so the request is sent with both `agent:...
One thing that worked for me was upgrading `@react-pdf/renderer` to v4.3 (so that we can upgrade to React 19) but pinning `@react-pdf/textkit` to v4.2 and `@react-pdf/layout` to v3.6 (which were...