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

Commits on Nov 7, 2024

  1. fix: vite.base may be passed full URL but not consider

    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>
    knokmki612 authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8e03b93 View commit details
    Browse the repository at this point in the history