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: builds on windows #164

Merged
merged 1 commit into from
Jun 15, 2022
Merged

fix: builds on windows #164

merged 1 commit into from
Jun 15, 2022

Conversation

Nushio
Copy link
Collaborator

@Nushio Nushio commented May 19, 2022

Summary

As reported by Avislux on #163 , this commit fixes building on Windows. I don't have a Windows machine to test against, but Avislux checked out the change locally and verified that it works. It also passes all integration and end to end tests.

Fixes: #163

Other Information

@ghanel
Copy link

ghanel commented May 31, 2022

Can confirm this change has worked for me on windows.

Without the change I was getting the entry.js file trying to load modules from this directory as reported in #163
../C:\Users\Gavin\Documents\VSCode\svelteAuth.svelte-kit/output/server

@Nushio Nushio enabled auto-merge (squash) June 7, 2022 01:29
@Nushio Nushio requested a review from jthegedus June 7, 2022 04:03
@Nushio
Copy link
Collaborator Author

Nushio commented Jun 8, 2022

I'd really like to get this merged soon... Any blockers, @jthegedus ?

@Nushio Nushio merged commit 0dd5005 into jthegedus:main Jun 15, 2022
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.

bug: entry.js generation does not reference import paths correctly on Windows.
3 participants