-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Insights: vitejs/vite
Overview
Could not load contribution data
Please try again later
23 Pull requests merged by 7 people
-
fix(css): should not wrap with double quote when the url rebase feature bailed out
#20068 merged
May 23, 2025 -
chore: remove unused deps
#20097 merged
May 23, 2025 -
chore: rename rollup to rolldown where appropriate
#20096 merged
May 23, 2025 -
chore: generate dts internally by rolldown-plugin-dts
#20093 merged
May 23, 2025 -
chore: use plugin hooks filter for
patch-types
plugin for bundling vite#20089 merged
May 23, 2025 -
fix(optimizer): show error when
computeEntries
failed#20079 merged
May 22, 2025 -
chore: use rolldown-plugin-dts for dts bundling
#19990 merged
May 22, 2025 -
feat!: bump
build.target
and name itbaseline-widely-available
#20007 merged
May 22, 2025 -
refactor: merge
src/node/publicUtils.ts
tosrc/node/index.ts
#20086 merged
May 22, 2025 -
docs: refactor components to TypeScript
#20075 merged
May 22, 2025 -
fix: merge
environments.*.resolve.noExternal
properly#20077 merged
May 21, 2025 -
docs: remove semicolons
#20083 merged
May 21, 2025 -
docs: image svg element use href attribute
#20082 merged
May 21, 2025 -
feat(create-vite): update target to es2023 in
tsconfig.node.json
#20078 merged
May 21, 2025 -
refactor!: bump required node version to 20.19+, 22.12+ and remove cjs build
#20032 merged
May 21, 2025 -
refactor(ssr): remove ssrTransform line offset preservation
#19829 merged
May 21, 2025 -
test: skip writing files in build hook filter test
#20076 merged
May 21, 2025 -
chore: use tsdown
#20065 merged
May 20, 2025 -
feat(client): support opening fileURL in editor
#20040 merged
May 20, 2025 -
chore: use rolldown to bundle Vite itself
#19925 merged
May 20, 2025 -
ci: run tests on Node 24 as well
#20049 merged
May 19, 2025 -
docs: remove single quote from buildApp hook
#20057 merged
May 19, 2025 -
docs: add backticks
#20059 merged
May 19, 2025
11 Pull requests opened by 5 people
-
fix(deps): update all non-major dependencies
#20061 opened
May 19, 2025 -
fix(css): sass rebase url in relative imported modules
#20067 opened
May 20, 2025 -
feat: add ember to `vite create`
#20069 opened
May 20, 2025 -
fix(optimizer): align relative `build.rollupOptions.input` resolution with rollup
#20080 opened
May 21, 2025 -
fix(pluginContainer): align resolveid without importer behavior with rollup
#20081 opened
May 21, 2025 -
perf(ssr): optimize `isCircularImport` algorithm for large codebases
#20085 opened
May 21, 2025 -
feat: add `this.meta.viteVersion`
#20088 opened
May 22, 2025 -
chore: group rolldown related deps for renovate
#20099 opened
May 24, 2025 -
fix(css): remove alias exclude logic from rebaseUrl
#20100 opened
May 24, 2025 -
docs: clarify that rebasing `url()` references starting with a variable is not supported
#20101 opened
May 24, 2025 -
feat: hide error stack unless `VITE_BACKTRACE` is set
#20104 opened
May 25, 2025
11 Issues closed by 4 people
-
LightningCSS minify issues
#16354 closed
May 24, 2025 -
rebaseUrls runs before Sass variables are resolved
#19196 closed
May 23, 2025 -
Bump default `build.target`
#19358 closed
May 22, 2025 -
`resolve.noExternal: true` is not merged properly and causes an error
#20058 closed
May 21, 2025 -
Clarification on ES Target vs Lib in templates' tsconfig.node.json
#20056 closed
May 21, 2025 -
Unknown option '--experimentalNetworkInspection'
#20033 closed
May 21, 2025 -
Sourcemap generation with playwright-ct is incorrect
#20066 closed
May 21, 2025 -
Trailing Comma in package.json Causes Vite Dev Server Failure in New Project
#20074 closed
May 21, 2025 -
Problematic plugin testing due to types
#20071 closed
May 21, 2025 -
SVG `<image>` element asset are not transformed
#20022 closed
May 20, 2025
9 Issues opened by 9 people
-
SVG inlining cannot be turned off with the `?url` query
#20106 opened
May 25, 2025 -
transform a js/jsx/ts string
#20102 opened
May 24, 2025 -
Environment API: `noExternal` configuration inconsistency between top-level and environment-level settings
#20098 opened
May 24, 2025 -
Vite API searchForWorkspaceRoot should add "nx.json" to list of monorepo file root
#20090 opened
May 22, 2025 -
iife with `await`s in development only
#20087 opened
May 22, 2025 -
`isCircularImport` complexity impacting Vite performance
#20084 opened
May 21, 2025 -
logLevel not honored client-side
#20072 opened
May 20, 2025 -
Transform references in SVG file
#20070 opened
May 20, 2025 -
Document cache-control best practice
#20064 opened
May 19, 2025
24 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
fix: support function default exports in CJS external facade
#20048 commented on
May 23, 2025 • 6 new comments -
docs: migration guide for v7
#20051 commented on
May 23, 2025 • 4 new comments -
fix: treat all `optimizeDeps.entries` values as globs
#20045 commented on
May 20, 2025 • 0 new comments -
fix: importing an optional peer dep should throw an runtime error
#20029 commented on
May 19, 2025 • 0 new comments -
refactor: use `hostValidationMiddleware`
#20019 commented on
May 23, 2025 • 0 new comments -
fix(ssr)!: don't access `Object` variable in ssr transformed code
#19996 commented on
May 23, 2025 • 0 new comments -
refactor!: remove `HotBroadcaster`
#19988 commented on
May 19, 2025 • 0 new comments -
refactor(css)!: always use sass compiler API
#19978 commented on
May 25, 2025 • 0 new comments -
feat: make PluginContext available for Vite-specific hooks
#19936 commented on
May 19, 2025 • 0 new comments -
chore: stablize `cssScopeTo`
#19592 commented on
May 20, 2025 • 0 new comments -
chore(deps): update dependency @shikijs/vitepress-twoslash to v3
#19502 commented on
May 20, 2025 • 0 new comments -
Dependency Dashboard
#4790 commented on
May 25, 2025 • 0 new comments -
`--watch` mode gets stuck on rebuild in v6
#19410 commented on
May 24, 2025 • 0 new comments -
Relative url not correctly rebased when using less
#11382 commented on
May 24, 2025 • 0 new comments -
Build with SystemJS format causing global variables pollution
#14076 commented on
May 23, 2025 • 0 new comments -
SSR transformed named imported functions don't work with debuggers "step-into"
#18325 commented on
May 23, 2025 • 0 new comments -
When UMD and CJS are output at the same time: ERROR: Expected "(" but found "."
#13876 commented on
May 23, 2025 • 0 new comments -
`vite.middleware` but for WinterCG `Request/Response`
#15389 commented on
May 22, 2025 • 0 new comments -
Access build manifests without outputting files
#20052 commented on
May 21, 2025 • 0 new comments -
Externalized module is inlined in index.html, leading to runtime error
#20053 commented on
May 21, 2025 • 0 new comments -
Only show error backtrace when `VITE_BACKTRACE=1`
#20055 commented on
May 21, 2025 • 0 new comments -
Start on multiple hosts
#16350 commented on
May 21, 2025 • 0 new comments -
Content length mismatch for modules when accessing dev server through android emulator
#19800 commented on
May 19, 2025 • 0 new comments -
Hook for optimizing SVGs before inlining them?
#19945 commented on
May 19, 2025 • 0 new comments