Hey there. I'm working in an environment where we're actually loading cheerio into a bundle (bananas, right? it's sane, trust me™️) and we're bundling with Vite. Unfortunately, we're running into an error with boolbase:
Uncaught SyntaxError: The requested module '/@fs/home/projects/jsx-email-repro-v4wpgs/node_modules/.pnpm/boolbase@1.0.0/node_modules/boolbase/index.js?v=13516690' does not provide an export named 'default' (at attributes.ts:1:8)
It's been a minute since the package was updated, and it would be cool if we could get some ESM compatibility. Cheers
Hey there. I'm working in an environment where we're actually loading
cheeriointo a bundle (bananas, right? it's sane, trust me™️) and we're bundling with Vite. Unfortunately, we're running into an error with boolbase:It's been a minute since the package was updated, and it would be cool if we could get some ESM compatibility. Cheers