-
-
Notifications
You must be signed in to change notification settings - Fork 29
fix: use file urls for esm #342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 67c03a4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! just a few nit picks
Co-authored-by: Logan McAnsh <logan@mcan.sh> Signed-off-by: Marc <39219018+VIEWVIEWVIEW@users.noreply.github.com>
Co-authored-by: Logan McAnsh <logan@mcan.sh> Signed-off-by: Marc <39219018+VIEWVIEWVIEW@users.noreply.github.com>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me! i'll test locally on macOS in a little bit when i get back to my computer
* Use file urls for esm Fixed mcansh#341 * Update packages/remix-fastify/src/plugin.ts Co-authored-by: Logan McAnsh <logan@mcan.sh> Signed-off-by: Marc <39219018+VIEWVIEWVIEW@users.noreply.github.com> * Update packages/remix-fastify/src/plugin.ts Co-authored-by: Logan McAnsh <logan@mcan.sh> Signed-off-by: Marc <39219018+VIEWVIEWVIEW@users.noreply.github.com> * Update plugin.ts Signed-off-by: Logan McAnsh <logan@mcan.sh> * Create small-points-teach.md Signed-off-by: Logan McAnsh <logan@mcan.sh> * Update plugin.ts Signed-off-by: Logan McAnsh <logan@mcan.sh> --------- Signed-off-by: Marc <39219018+VIEWVIEWVIEW@users.noreply.github.com> Signed-off-by: Logan McAnsh <logan@mcan.sh> Co-authored-by: Logan McAnsh <logan@mcan.sh>
Fixes #341 on Windows. I manually verified if it works, using the local Vite example and my own project. Tests pass. (All Windows)
Unfortunately I don't have a Linux machine at hand, so it would be nice if someone could take a look if it breaks anything on Linux. :)