Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Vite

We maintain Vite, a fast and simple build tool for the web.
Collective - Host: opensource - https://opencollective.com/vite - Website: https://vitejs.dev - Code: https://github.com/vitejs/vite

ssrLoadModule html-escapes single quote to '

github.com/vitejs/vite - mkilpatrick opened this issue about 1 year ago
Vite not tree-shaking extra rollup inputs

github.com/vitejs/vite - raveclassic opened this issue about 1 year ago
docs: update ssr.md - server html replacement

github.com/vitejs/vite - leimonio opened this pull request about 1 year ago
fix(ssr): mark builtin modules as side effect free

github.com/vitejs/vite - bluwy opened this pull request about 1 year ago
fix: port #15653 to v2

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
fix(ssr): support externalized builtins for webworker

github.com/vitejs/vite - bluwy opened this pull request about 1 year ago
fix: port #15653 to v3

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
feat(imports): support import attributes - fixes #14674

github.com/vitejs/vite - matthewp opened this pull request about 1 year ago
fix: fs deny for case insensitive

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
feat(assets): add ?blob option

github.com/vitejs/vite - DenizUgur opened this pull request about 1 year ago
refactor: append tags logic in applyHtmlTransforms

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
docs: changed bunx create-vite to bun create vite

github.com/vitejs/vite - Haru-hue opened this pull request about 1 year ago
Cannot set headers for static files

github.com/vitejs/vite - Mikilll94 opened this issue about 1 year ago
perf: lazy load rollup/parseAst

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
fix!: default `build.cssMinify` to `'esbuild'` for SSR

github.com/vitejs/vite - sapphi-red opened this pull request about 1 year ago
docs: `build.minify` defaults to `false` for SSR

github.com/vitejs/vite - sapphi-red opened this pull request about 1 year ago
perf: avoid performance.now() call

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
refactor(hmr): provide a separate logger interface

github.com/vitejs/vite - sheremet-va opened this pull request about 1 year ago
feat: preview server add close method

github.com/vitejs/vite - btea opened this pull request about 1 year ago
vite preview TypeError: rr.concat is not a function

github.com/vitejs/vite - jieyuming opened this issue about 1 year ago
Multi page app build asserts path error

github.com/vitejs/vite - lmm1990 opened this issue about 1 year ago
`.css?url` resulting in a different file fingerprint

github.com/vitejs/vite - kentcdodds opened this issue about 1 year ago
feat(vite): use parse5 tools instead of own implementation

github.com/vitejs/vite - 43081j opened this pull request about 1 year ago
perf: optimize getSortedPluginsByHook

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
perf: don't recalculate path.dirname(mod.file)

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
perf: lazy load rollup during dev

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
Vite errors on import of @googlemaps/js-api-loader

github.com/vitejs/vite - apparchsysad opened this issue about 1 year ago
perf: avoid parseRequest

github.com/vitejs/vite - bluwy opened this pull request about 1 year ago
EACCES: permission denied (immediate!!!!)

github.com/vitejs/vite - gokhan-cinar opened this issue about 1 year ago
Add a close method for the preview server

github.com/vitejs/vite - alexbjorlig opened this issue about 1 year ago
perf: do not bind plugin hook context functions

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
fix(css): track dependencies from addWatchFile for HMR

github.com/vitejs/vite - bluwy opened this pull request about 1 year ago
fix(types): mark hmr update internal types optional

github.com/vitejs/vite - bluwy opened this pull request about 1 year ago
fix: await `configResolved` hooks of worker plugins (#15597)

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
fix(deps): update all non-major dependencies

github.com/vitejs/vite - renovate[bot] opened this pull request about 1 year ago
fix(ssr): apply alias to resolvable dependencies during dev

github.com/vitejs/vite - hi-ogawa opened this pull request about 1 year ago
fix(ssr): externalize network imports during `ssrLoadModule`

github.com/vitejs/vite - hi-ogawa opened this pull request about 1 year ago
fix: await `configResolved` hooks of worker plugins

github.com/vitejs/vite - aleclarson opened this pull request about 1 year ago
`The build was canceled` error

github.com/vitejs/vite - mkilpatrick opened this issue about 1 year ago
perf: simplify isHtmlProxy regex

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
perf: middleware to short-circuit on 304

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
fix(hmr): normalize env files path

github.com/vitejs/vite - btea opened this pull request about 1 year ago
test: fixed port for lib dev test

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
perf: don't recreate html hooks on each transform call

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
perf: stricter dynamicImportVars transform filter

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
docs: add tip on browser extensions to perf guide

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
test: build inline css

github.com/vitejs/vite - btea opened this pull request about 1 year ago
perf: optimize logger

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
Styled_Default is not function with storybook

github.com/vitejs/vite - Young-Kyu opened this issue about 1 year ago
refactor: remove json-stable-stringify

github.com/vitejs/vite - bluwy opened this pull request about 1 year ago
chore: avoid bundling resolve dep

github.com/vitejs/vite - bluwy opened this pull request about 1 year ago
chore: use eslint-plugin-i

github.com/vitejs/vite - bluwy opened this pull request about 1 year ago
fix(hmr): propagate `fs.stat` failure for `hmrContext.read`

github.com/vitejs/vite - appden opened this pull request about 1 year ago
test: ignore net:ERR_ABORTED on flacky html proxy encoded test

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
fix: init dev ssr optimizer on server init

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
fix: hmr for env files, regression from #15365

github.com/vitejs/vite - patak-dev opened this pull request about 1 year ago
SvelteKit v2 reproducibility issue with asset hash file names

github.com/vitejs/vite - peterpeterparker opened this issue about 1 year ago
fix(build): normalize html path

github.com/vitejs/vite - btea opened this pull request about 1 year ago
namespace import would be transformed to void 0

github.com/vitejs/vite - maelon opened this issue about 1 year ago
feat: insert window check into preloader for Node execution

github.com/vitejs/vite - rschristian opened this pull request about 1 year ago
refactor: normalize cache package dir

github.com/vitejs/vite - btea opened this pull request about 1 year ago
Vue.js nested slots not rendering properly

github.com/vitejs/vite - y1ann1s85 opened this issue about 1 year ago
fix(css): skip url replace for function calls

github.com/vitejs/vite - smeng9 opened this pull request about 1 year ago
import star works in dev but not in prod

github.com/vitejs/vite - schontz opened this issue about 1 year ago
refactor: extract '_metadata.json' string to a constant

github.com/vitejs/vite - jh-leong opened this pull request about 1 year ago
Ability to ignore files from import-analysis

github.com/vitejs/vite - DenizUgur opened this issue about 1 year ago
feat : add '*.vtt' to constants.ts

github.com/vitejs/vite - dbstjrrb12 opened this pull request about 1 year ago
feat: add support for .vtt type

github.com/vitejs/vite - 2-NOW opened this pull request about 1 year ago
fix: set correct `isSsrBuild` value in dev

github.com/vitejs/vite - bluwy opened this pull request about 1 year ago
docs(assets): add note to inlining SVG through url()

github.com/vitejs/vite - chaejunlee opened this pull request about 1 year ago
chore(deps): update dependency postcss-import to v16

github.com/vitejs/vite - renovate[bot] opened this pull request about 1 year ago
CSS in HTML (inline) fails to build

github.com/vitejs/vite - movahhedi opened this issue about 1 year ago
build.outDir Error: ENAMETOOLONG

github.com/vitejs/vite - gseidel opened this issue about 1 year ago
env.mjs strips quotes from string values

github.com/vitejs/vite - wsw70 opened this issue about 1 year ago
chore(ci): skip workflows on forks

github.com/vitejs/vite - btea opened this pull request about 1 year ago
Can't use shared vite.config.ts in monorepo

github.com/vitejs/vite - Rusinas opened this issue about 1 year ago