Skip to content
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

fix: use file urls for esm #342

Merged
merged 7 commits into from
Jun 13, 2024
Merged

fix: use file urls for esm #342

merged 7 commits into from
Jun 13, 2024

Conversation

VIEWVIEWVIEW
Copy link
Contributor

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. :)

Copy link

changeset-bot bot commented Jun 7, 2024

🦋 Changeset detected

Latest commit: 67c03a4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@mcansh/remix-fastify Patch

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

Copy link
Owner

@mcansh mcansh left a 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

packages/remix-fastify/src/plugin.ts Outdated Show resolved Hide resolved
packages/remix-fastify/src/plugin.ts Outdated Show resolved Hide resolved
@mcansh mcansh changed the title Use file urls for esm fix: use file urls for esm Jun 9, 2024
VIEWVIEWVIEW and others added 2 commits June 13, 2024 18:57
Co-authored-by: Logan McAnsh <[email protected]>
Signed-off-by: Marc <[email protected]>
Co-authored-by: Logan McAnsh <[email protected]>
Signed-off-by: Marc <[email protected]>
@VIEWVIEWVIEW VIEWVIEWVIEW requested a review from mcansh June 13, 2024 16:59
Signed-off-by: Logan McAnsh <[email protected]>
Signed-off-by: Logan McAnsh <[email protected]>
Signed-off-by: Logan McAnsh <[email protected]>
Copy link
Owner

@mcansh mcansh left a 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

@mcansh mcansh merged commit 822b878 into mcansh:main Jun 13, 2024
5 checks passed
mcansh added a commit to nwleedev/remix-fastify that referenced this pull request Jun 13, 2024
* Use file urls for esm

Fixed mcansh#341

* Update packages/remix-fastify/src/plugin.ts

Co-authored-by: Logan McAnsh <[email protected]>
Signed-off-by: Marc <[email protected]>

* Update packages/remix-fastify/src/plugin.ts

Co-authored-by: Logan McAnsh <[email protected]>
Signed-off-by: Marc <[email protected]>

* Update plugin.ts

Signed-off-by: Logan McAnsh <[email protected]>

* Create small-points-teach.md

Signed-off-by: Logan McAnsh <[email protected]>

* Update plugin.ts

Signed-off-by: Logan McAnsh <[email protected]>

---------

Signed-off-by: Marc <[email protected]>
Signed-off-by: Logan McAnsh <[email protected]>
Co-authored-by: Logan McAnsh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prod Builds don't work on Windows
2 participants