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: vite.base may be passed full URL but not consider #186

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

knokmki612
Copy link
Contributor

Vite config options base can use full URL but node:path join throws AssertionError.

See https://vite.dev/config/shared-options

This changes consider URL and extract pathname.
Since @fastify/vite@6.0.7 occurs.

relates to #153

Checklist

Vite config options `base` can use full URL but node:path join throws AssertionError.

See https://vite.dev/config/shared-options

This changes consider URL and extract pathname.
Since @fastify/vite@6.0.7 occurs.

relates to fastify#153

Signed-off-by: Kimiaki Kuno <knokmki612@gmail.com>
Copy link

netlify bot commented Nov 7, 2024

Deploy Preview for agitated-mahavira-26f8f9 canceled.

Name Link
🔨 Latest commit 8e03b93
🔍 Latest deploy log https://app.netlify.com/sites/agitated-mahavira-26f8f9/deploys/672ce0b6ce7d5c00084bcad1

@onlywei
Copy link
Collaborator

onlywei commented Nov 8, 2024

Thanks!

@onlywei onlywei merged commit 0299f27 into fastify:dev Nov 8, 2024
5 checks passed
@knokmki612 knokmki612 deleted the fix-vite-base-assertion-error branch November 8, 2024 14:04
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.

2 participants