Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 33 additions & 27 deletions docs/_data/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ export const core = [
],
sponsor: 'https://github.com/sponsors/yyx990803',
},
{
avatar: 'https://github.com/sapphi-red.png',
name: 'sapphi-red',
title: 'Web Developer',
org: 'VoidZero',
orgLink: 'https://voidzero.dev/',
desc: 'Vite core team member. Call me sapphi or midori ;)',
links: [
{ icon: 'github', link: 'https://github.com/sapphi-red' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/sapphi.red' },
{ icon: 'twitter', link: 'https://twitter.com/sapphi_red' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@sapphi_red' },
],
sponsor: 'https://github.com/sponsors/sapphi-red',
},
{
avatar: 'https://www.github.com/patak-cat.png',
name: 'Patak',
Expand All @@ -28,9 +43,9 @@ export const core = [
avatar: 'https://www.github.com/antfu.png',
name: 'Anthony Fu',
title: 'A fanatical open sourceror',
org: 'NuxtLabs',
orgLink: 'https://nuxtlabs.com/',
desc: 'Core team member of Vite & Vue. Working at NuxtLabs.',
org: 'Vercel',
orgLink: 'https://vercel.com/',
desc: 'Core team member of Vite & Vue. Working on Nuxt.',
links: [
{ icon: 'github', link: 'https://github.com/antfu' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/antfu.me' },
Expand All @@ -51,19 +66,6 @@ export const core = [
],
sponsor: 'https://bjornlu.com/sponsor',
},
{
avatar: 'https://github.com/sapphi-red.png',
name: 'green',
title: 'Web Developer',
desc: 'Vite core team member. Call me sapphi or green or midori ;)',
links: [
{ icon: 'github', link: 'https://github.com/sapphi-red' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/sapphi.red' },
{ icon: 'twitter', link: 'https://twitter.com/sapphi_red' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@sapphi_red' },
],
sponsor: 'https://github.com/sponsors/sapphi-red',
},
{
avatar: 'https://github.com/ArnaudBarre.png',
name: 'Arnaud Barré',
Expand All @@ -79,21 +81,12 @@ export const core = [
],
sponsor: 'https://github.com/sponsors/ArnaudBarre',
},
{
avatar: 'https://github.com/dominikg.png',
name: 'Dominik G.',
title: 'Resident CI Expert',
desc: 'Team Member of Vite and Svelte',
links: [
{ icon: 'github', link: 'https://github.com/dominikg' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@dominikg' },
],
sponsor: 'https://github.com/sponsors/dominikg',
},
{
avatar: 'https://github.com/sheremet-va.png',
name: 'Vladimir',
title: 'Core team member of Vitest & Vite',
org: 'VoidZero',
orgLink: 'https://voidzero.dev/',
desc: 'An open source fullstack developer',
links: [
{ icon: 'github', link: 'https://github.com/sheremet-va' },
Expand All @@ -106,6 +99,8 @@ export const core = [
avatar: 'https://github.com/hi-ogawa.png',
name: 'Hiroshi Ogawa',
title: 'Team Member of Vitest & Vite',
org: 'VoidZero',
orgLink: 'https://voidzero.dev/',
desc: 'Open source enthusiast',
links: [
{ icon: 'github', link: 'https://github.com/hi-ogawa' },
Expand Down Expand Up @@ -215,4 +210,15 @@ export const emeriti = [
],
sponsor: 'https://github.com/sponsors/haoqunjiang',
},
{
avatar: 'https://github.com/dominikg.png',
name: 'Dominik G.',
title: 'Resident CI Expert',
desc: 'Team Member of Vite and Svelte',
links: [
{ icon: 'github', link: 'https://github.com/dominikg' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@dominikg' },
],
sponsor: 'https://github.com/sponsors/dominikg',
},
]
29 changes: 29 additions & 0 deletions packages/vite/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,35 @@ Repository: https://github.com/follow-redirects/follow-redirects

---------------------------------------

## fresh-import
License: MIT
By: sapphi-red
Repository: https://github.com/sapphi-red/fresh-import

> MIT License
>
> Copyright (c) 2026 sapphi-red
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> SOFTWARE.

---------------------------------------

## generic-names
License: MIT
By: Alexey Litvinov
Expand Down
1 change: 1 addition & 0 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"escape-html": "^1.0.3",
"estree-walker": "^3.0.3",
"etag": "^1.8.1",
"fresh-import": "^0.2.1",
"host-validation-middleware": "^0.1.4",
"http-proxy-3": "^1.23.3",
"launch-editor-middleware": "^2.14.1",
Expand Down
20 changes: 15 additions & 5 deletions packages/vite/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
} from '@voidzero-dev/vite-task-client'
import colors from 'picocolors'
import picomatch from 'picomatch'
import { freshImport } from 'fresh-import'
import {
type NormalizedOutputOptions,
type OutputChunk,
Expand Down Expand Up @@ -2355,14 +2356,23 @@ export async function loadConfigFromFile(
}
}

async function nativeImportConfigFile(resolvedPath: string) {
async function nativeImportConfigFile(
resolvedPath: string,
): Promise<{ configExport: any; dependencies: string[] }> {
const freshImported = freshImport(pathToFileURL(resolvedPath).href)
if (freshImported) {
const { result, dependencies } = await freshImported
return {
configExport: (result as { [Symbol.toStringTag]: 'Module'; default: any })
.default,
dependencies,
}
}

const module = await import(
pathToFileURL(resolvedPath).href + '?t=' + Date.now()
)
return {
configExport: module.default,
dependencies: [],
}
return { configExport: module.default, dependencies: [] }
}

async function runnerImportConfigFile(resolvedPath: string) {
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading