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
.idea should be removed from .gitignore in create-vite templates
github.com/vitejs/vite - bchilcott opened this issue over 1 year ago
github.com/vitejs/vite - bchilcott opened this issue over 1 year ago
chore(create-vite): add npm badge
github.com/vitejs/vite - btea opened this pull request over 1 year ago
github.com/vitejs/vite - btea opened this pull request over 1 year ago
fix: disable code splitting for optimized dependencies
github.com/vitejs/vite - Methuselah96 opened this pull request over 1 year ago
github.com/vitejs/vite - Methuselah96 opened this pull request over 1 year ago
fix: use relative path for sources field
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
Glob imports do not work on JSONs with spaces in the keys
github.com/vitejs/vite - Kerryliu opened this issue over 1 year ago
github.com/vitejs/vite - Kerryliu opened this issue over 1 year ago
Preloading broken due to unreferenced fonts in Vite manifest
github.com/vitejs/vite - benmccann opened this issue over 1 year ago
github.com/vitejs/vite - benmccann opened this issue over 1 year ago
Force node_module libraries to be imported as ESM when package.json poorly defined
github.com/vitejs/vite - mkilpatrick opened this issue over 1 year ago
github.com/vitejs/vite - mkilpatrick opened this issue over 1 year ago
在 vite 中配置 vue external 之后,UI组件内使用的 vue api 发生了改变
github.com/vitejs/vite - tongsenSept opened this issue over 1 year ago
github.com/vitejs/vite - tongsenSept opened this issue over 1 year ago
fix(vite): precisely check if files are in dirs
github.com/vitejs/vite - danielroe opened this pull request over 1 year ago
github.com/vitejs/vite - danielroe opened this pull request over 1 year ago
docs: remove npm@6 commands
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
feat: add generic type for plugin api
github.com/vitejs/vite - sxzz opened this pull request over 1 year ago
github.com/vitejs/vite - sxzz opened this pull request over 1 year ago
Can't do something after project run
github.com/vitejs/vite - gongshun opened this issue over 1 year ago
github.com/vitejs/vite - gongshun opened this issue over 1 year ago
refactor: update to tsconfck3 with lazy cache
github.com/vitejs/vite - dominikg opened this pull request over 1 year ago
github.com/vitejs/vite - dominikg opened this pull request over 1 year ago
docs(legacy): correct `modernPolyfills` description
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
fix: handle sourcemap correctly when multiple line import exists
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
feat!: add extension to internal virtual modules
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
fix!: put manifest files in .vite directory by default
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
vite build - ENOENT: no such file or directory, open '<project>\.svelte-kit/output/client/vite-manifest.json'
github.com/vitejs/vite - midhunhk opened this issue over 1 year ago
github.com/vitejs/vite - midhunhk opened this issue over 1 year ago
@vitejs/plugin-legacy why not extract css into a file
github.com/vitejs/vite - silverWolf818 opened this issue over 1 year ago
github.com/vitejs/vite - silverWolf818 opened this issue over 1 year ago
CRA to Vite migration, process is not defined error in 'mime-types' package.
github.com/vitejs/vite - dethrtrns opened this issue over 1 year ago
github.com/vitejs/vite - dethrtrns opened this issue over 1 year ago
fix(build-import-analysis): treeshaken dynamic import when injecting preload
github.com/vitejs/vite - sun0day opened this pull request over 1 year ago
github.com/vitejs/vite - sun0day opened this pull request over 1 year ago
Unrecognized Path Resolution for Named Exports
github.com/vitejs/vite - dellwatson opened this issue over 1 year ago
github.com/vitejs/vite - dellwatson opened this issue over 1 year ago
fix: add source map to Web Workers (fix #14216)
github.com/vitejs/vite - yume-chan opened this pull request over 1 year ago
github.com/vitejs/vite - yume-chan opened this pull request over 1 year ago
Web Workers in TypeScript have incorrect source map
github.com/vitejs/vite - yume-chan opened this issue over 1 year ago
github.com/vitejs/vite - yume-chan opened this issue over 1 year ago
chore(deps): update dependency unbuild to v2 - autoclosed
github.com/vitejs/vite - renovate[bot] opened this pull request over 1 year ago
github.com/vitejs/vite - renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency conventional-changelog-cli to v4
github.com/vitejs/vite - renovate[bot] opened this pull request over 1 year ago
github.com/vitejs/vite - renovate[bot] opened this pull request over 1 year ago
"randomUUID" is not exported by "__vite-browser-external",
github.com/vitejs/vite - ishandutta2007 opened this issue over 1 year ago
github.com/vitejs/vite - ishandutta2007 opened this issue over 1 year ago
revert: "fix(css): spread lightningcss options (#14024)"
github.com/vitejs/vite - ArnaudBarre opened this pull request over 1 year ago
github.com/vitejs/vite - ArnaudBarre opened this pull request over 1 year ago
feat: allow passing down "null" to disable server watcher
github.com/vitejs/vite - sheremet-va opened this pull request over 1 year ago
github.com/vitejs/vite - sheremet-va opened this pull request over 1 year ago
missing content in bundle file when use .ts file as build.input, inconsistent with rollup performance
github.com/vitejs/vite - lhz960904 opened this issue over 1 year ago
github.com/vitejs/vite - lhz960904 opened this issue over 1 year ago
fix(optimizer): load virtual module content
github.com/vitejs/vite - sun0day opened this pull request over 1 year ago
github.com/vitejs/vite - sun0day opened this pull request over 1 year ago
building with `--base ""` results in `/0` being used for the base instead
github.com/vitejs/vite - JakeIsMeh opened this issue over 1 year ago
github.com/vitejs/vite - JakeIsMeh opened this issue over 1 year ago
feat: ssrTransform support import assertion by default
github.com/vitejs/vite - sun0day opened this pull request over 1 year ago
github.com/vitejs/vite - sun0day opened this pull request over 1 year ago
Changing vite.config.ts 'root' option break Typescript and Sass
github.com/vitejs/vite - Trystan-SA opened this issue over 1 year ago
github.com/vitejs/vite - Trystan-SA opened this issue over 1 year ago
The image loading scheme is too uncomfortable, I don't know it's an SB design
github.com/vitejs/vite - yuzhouzhijia520 opened this issue over 1 year ago
github.com/vitejs/vite - yuzhouzhijia520 opened this issue over 1 year ago
docs(contributing): add instructions for releasing
github.com/vitejs/vite - bluwy opened this pull request over 1 year ago
github.com/vitejs/vite - bluwy opened this pull request over 1 year ago
build succeed , but run failed with bug cannot access "_export_sfc"
github.com/vitejs/vite - RanmanticOfMonicaKS opened this issue over 1 year ago
github.com/vitejs/vite - RanmanticOfMonicaKS opened this issue over 1 year ago
index.css are not included when output entryPoint is .js
github.com/vitejs/vite - Eternal-Rise opened this issue over 1 year ago
github.com/vitejs/vite - Eternal-Rise opened this issue over 1 year ago
vite dev works but vite build fails to import a project file
github.com/vitejs/vite - ofirgeller opened this issue over 1 year ago
github.com/vitejs/vite - ofirgeller opened this issue over 1 year ago
a lot of net::ERR_CONNECTION_RESET 200
github.com/vitejs/vite - hosseinitabar opened this issue over 1 year ago
github.com/vitejs/vite - hosseinitabar opened this issue over 1 year ago
Allow disabling watcher altogether
github.com/vitejs/vite - sheremet-va opened this issue over 1 year ago
github.com/vitejs/vite - sheremet-va opened this issue over 1 year ago
feat: warn if # in project root
github.com/vitejs/vite - 2hu12 opened this pull request over 1 year ago
github.com/vitejs/vite - 2hu12 opened this pull request over 1 year ago
Provide timestamp of when HMR completes
github.com/vitejs/vite - lukealvoeiro opened this issue over 1 year ago
github.com/vitejs/vite - lukealvoeiro opened this issue over 1 year ago
[HMR API] add the ability to remove listeners added using `import.meta.hot.on()`
github.com/vitejs/vite - Tofandel opened this issue over 1 year ago
github.com/vitejs/vite - Tofandel opened this issue over 1 year ago
fix: conflicting chunk names for workers with dynamic imports (fix #10057)
github.com/vitejs/vite - segevfiner opened this pull request over 1 year ago
github.com/vitejs/vite - segevfiner opened this pull request over 1 year ago
/public directory file loading error
github.com/vitejs/vite - VinceFanZ opened this issue over 1 year ago
github.com/vitejs/vite - VinceFanZ opened this issue over 1 year ago
Abstract class error when using MobX decorators
github.com/vitejs/vite - zibra opened this issue over 1 year ago
github.com/vitejs/vite - zibra opened this issue over 1 year ago
css asset path is incorrect after build when relative base and custom assetFileNames is used
github.com/vitejs/vite - yangjuncheng opened this issue over 1 year ago
github.com/vitejs/vite - yangjuncheng opened this issue over 1 year ago
chore(scan): remove redundant `scanContext` parameter
github.com/vitejs/vite - btea opened this pull request over 1 year ago
github.com/vitejs/vite - btea opened this pull request over 1 year ago
`error RangeError: Invalid WebSocket frame: invalid status code WS_ERR_INVALID_CLOSE_CODE` when trying to inject a websocketserver
github.com/vitejs/vite - joy-void-joy opened this issue over 1 year ago
github.com/vitejs/vite - joy-void-joy opened this issue over 1 year ago
Tests failing with MUI theme interface customization after vite upgrade
github.com/vitejs/vite - GabLeRoux opened this issue over 1 year ago
github.com/vitejs/vite - GabLeRoux opened this issue over 1 year ago
Uncaught SyntaxError: Unexpected token ?
github.com/vitejs/vite - igorMondu opened this issue over 1 year ago
github.com/vitejs/vite - igorMondu opened this issue over 1 year ago
[vite:build-import-analysis] Parse error with upper-case file-extensions
github.com/vitejs/vite - Timmaaaa opened this issue over 1 year ago
github.com/vitejs/vite - Timmaaaa opened this issue over 1 year ago
Vite SSR crashes if import has "assert"
github.com/vitejs/vite - sheremet-va opened this issue over 1 year ago
github.com/vitejs/vite - sheremet-va opened this issue over 1 year ago
`asset-import-meta-url` incorrectly tries to resolve assets
github.com/vitejs/vite - magic-akari opened this issue over 1 year ago
github.com/vitejs/vite - magic-akari opened this issue over 1 year ago
docs(library-mode): add advanced usage warning
github.com/vitejs/vite - bluwy opened this pull request over 1 year ago
github.com/vitejs/vite - bluwy opened this pull request over 1 year ago
perf(packages\vite\src\node\config.ts): modify the assignment of resolve.extensions
github.com/vitejs/vite - chovrio opened this pull request over 1 year ago
github.com/vitejs/vite - chovrio opened this pull request over 1 year ago
chore(deps): update dependency execa to v8
github.com/vitejs/vite - renovate[bot] opened this pull request over 1 year ago
github.com/vitejs/vite - renovate[bot] opened this pull request over 1 year ago
Warn when absolute file paths include # during build
github.com/vitejs/vite - MrVauxs opened this issue over 1 year ago
github.com/vitejs/vite - MrVauxs opened this issue over 1 year ago
new URL throw error when environment is `happy-dom` in `0.34.2`
github.com/vitejs/vite - himself65 opened this issue over 1 year ago
github.com/vitejs/vite - himself65 opened this issue over 1 year ago
fix(client): correctly display the config file name
github.com/vitejs/vite - btea opened this pull request over 1 year ago
github.com/vitejs/vite - btea opened this pull request over 1 year ago
[SSR] Vite fails to process CJS npm packages
github.com/vitejs/vite - brillout opened this issue over 1 year ago
github.com/vitejs/vite - brillout opened this issue over 1 year ago
Could not find a declaration file for module x
github.com/vitejs/vite - Bumboobee opened this issue over 1 year ago
github.com/vitejs/vite - Bumboobee opened this issue over 1 year ago
docs: update esbuild link
github.com/vitejs/vite - MrBrN197 opened this pull request over 1 year ago
github.com/vitejs/vite - MrBrN197 opened this pull request over 1 year ago
fix: initWasm options should be optional
github.com/vitejs/vite - btea opened this pull request over 1 year ago
github.com/vitejs/vite - btea opened this pull request over 1 year ago
[plugin vite:dep-scan] throw an error when start the dev server **at the first time** with import a virtual file
github.com/vitejs/vite - 0x-jerry opened this issue over 1 year ago
github.com/vitejs/vite - 0x-jerry opened this issue over 1 year ago
Vite uses terser for minification when terser is installed, even when terser is not specified in vite.config.js
github.com/vitejs/vite - dominiceden opened this issue over 1 year ago
github.com/vitejs/vite - dominiceden opened this issue over 1 year ago
feat: ignore .gitkeep when copyDir
github.com/vitejs/vite - Plumbiu opened this pull request over 1 year ago
github.com/vitejs/vite - Plumbiu opened this pull request over 1 year ago
Add exclude option for build.copyPublicDir
github.com/vitejs/vite - Plumbiu opened this issue over 1 year ago
github.com/vitejs/vite - Plumbiu opened this issue over 1 year ago
Export in SvelteKit `context="module"` script tag causes full page reload instead of HMR
github.com/vitejs/vite - csjh opened this issue over 1 year ago
github.com/vitejs/vite - csjh opened this issue over 1 year ago
Conditions not prioritized over mainFields.
github.com/vitejs/vite - mkilpatrick opened this issue over 1 year ago
github.com/vitejs/vite - mkilpatrick opened this issue over 1 year ago
Vite not tree-shaking dynamic imports
github.com/vitejs/vite - benlind opened this issue over 1 year ago
github.com/vitejs/vite - benlind opened this issue over 1 year ago
docs: add example for mergeConfig with a config in callback form
github.com/vitejs/vite - vinassefranche opened this pull request over 1 year ago
github.com/vitejs/vite - vinassefranche opened this pull request over 1 year ago
feat!: allow path containing . to fallback to index.html
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
Status code of document requests is `200` even when there is a serious error.
github.com/vitejs/vite - romainmenke opened this issue over 1 year ago
github.com/vitejs/vite - romainmenke opened this issue over 1 year ago
fix: do not print duplicate error message
github.com/vitejs/vite - btea opened this pull request over 1 year ago
github.com/vitejs/vite - btea opened this pull request over 1 year ago
[vite:legacy-post-process] unknown: Missing semicolon
github.com/vitejs/vite - igorMondu opened this issue over 1 year ago
github.com/vitejs/vite - igorMondu opened this issue over 1 year ago
chore(client): remove redundant if statement
github.com/vitejs/vite - btea opened this pull request over 1 year ago
github.com/vitejs/vite - btea opened this pull request over 1 year ago
perf: avoid re-calculating length on every iteration of lastAcceptedHmrDeps for loop
github.com/vitejs/vite - natew opened this pull request over 1 year ago
github.com/vitejs/vite - natew opened this pull request over 1 year ago
fix(load-fallback): only read file if request has query
github.com/vitejs/vite - thebanjomatic opened this pull request over 1 year ago
github.com/vitejs/vite - thebanjomatic opened this pull request over 1 year ago
Getting an error in old firefox and Safari 11 due to module import not implemented
github.com/vitejs/vite - danfernand opened this issue over 1 year ago
github.com/vitejs/vite - danfernand opened this issue over 1 year ago
fix: ws never connects after restarting server if server.hmr.server is set
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
Vite server constantly restarting because of file change
github.com/vitejs/vite - TNAJanssen opened this issue over 1 year ago
github.com/vitejs/vite - TNAJanssen opened this issue over 1 year ago
feat(css)!: remove css default export
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
docs: clarify when `import.meta.env.PROD` is `true`
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
docs: add warning about `publicDir` and `build` Javacript API
github.com/vitejs/vite - userquin opened this pull request over 1 year ago
github.com/vitejs/vite - userquin opened this pull request over 1 year ago
Change default `publicDir` in `build` JavaScript API
github.com/vitejs/vite - userquin opened this issue over 1 year ago
github.com/vitejs/vite - userquin opened this issue over 1 year ago
fix(serve): check the 'Accept' header in the request before transform (fix #3502)
github.com/vitejs/vite - oubenruing opened this pull request over 1 year ago
github.com/vitejs/vite - oubenruing opened this pull request over 1 year ago
refactor!: merge `PreviewServerForHook` into `PreviewServer` type
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
refactor(glob)!: remove `import.meta.globEager`
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
fix(glob): trigger HMR for glob in a package
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
github.com/vitejs/vite - sapphi-red opened this pull request over 1 year ago
feat: allow parallel worker builds when worker plugins is a function
github.com/vitejs/vite - jamsinclair opened this pull request over 1 year ago
github.com/vitejs/vite - jamsinclair opened this pull request over 1 year ago
How i can change inject script tag
github.com/vitejs/vite - jerryk1925 opened this issue over 1 year ago
github.com/vitejs/vite - jerryk1925 opened this issue over 1 year ago
Add `--overwriteOutDir` options (default `true`) to `vite build`
github.com/vitejs/vite - EastSun5566 opened this issue over 1 year ago
github.com/vitejs/vite - EastSun5566 opened this issue over 1 year ago
feat: vite config postcss support exclude option
github.com/vitejs/vite - ZEJIA-LIU opened this pull request over 1 year ago
github.com/vitejs/vite - ZEJIA-LIU opened this pull request over 1 year ago