Luke Bowerman

Results 4 comments of Luke Bowerman

FYI - for the Remix folks here... Adding the package to `remix.config.js` `serverDependenciesToBundle` option sorts things out just fine (Remix / ESBuild will then transpile the package from ESM to...

@JohannesKlauss - I just tried out `4.0.4-0` on Remix without transpiling (see my previous comment) I'm getting an error about unexpected output (seems like its barfing on the `dist/index.js` However...

Follow-up... turns out our Vitest unit tests are also failing due to this upgrade: Only change was to bump from `3.4.7` to `4.0.3` and some minor changes to the type...

Ditto. Working for me as well. Thank you