kiliman / remix-express-vite-plugin

This package includes a Vite plugin to use in your Remix app. It configures an Express server for both development and production using TypeScript.
130 stars 9 forks source link

🐛 Fix import of production build on Windows #9

Closed wKovacs64 closed 6 months ago

wKovacs64 commented 6 months ago

Fixes #8

kiliman commented 6 months ago

Nice. Thanks for the fix. Yeah, I should be testing on Windows (I have Parallels running on macOS). I promised on Twitter that I'd get this out sooner rather than later.

Anyway, let me know what you think. I've got a couple of enhancements I'll be pushing out this weekend.

kiliman commented 6 months ago

Fixed in v0.3.2

wKovacs64 commented 6 months ago

Nice. Thanks for the fix. Yeah, I should be testing on Windows (I have Parallels running on macOS). I promised on Twitter that I'd get this out sooner rather than later.

Anyway, let me know what you think. I've got a couple of enhancements I'll be pushing out this weekend.

Thanks! Pinged you in your showcase thread on the Remix Discord, let me know if you'd prefer discussions/issues here on the repo.

kiliman commented 6 months ago

Let's create a new issue for http/2 on Windows and discuss it there.