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

fix(import-analysis): fix literal dynamic id false positive

fix #1902

github.com/vitejs/vite - 6a6508edb9b31a4ea8bbc54b841f5227ba2b562a authored almost 4 years ago by Evan You <[email protected]>
fix(ssr): ssr external should take scannd imports into account

fix #1916

github.com/vitejs/vite - 92934d4c18329cc51879aca5016a408b467c1fa0 authored almost 4 years ago by Evan You <[email protected]>
feat(plugin-react-refresh): add jsx metadata (#1933)

github.com/vitejs/vite - 4037c55015e74d5e19176bd6ae6bb1c4df157802 authored almost 4 years ago by Sunil Pai <[email protected]>
fix: brotli skipped is printed when build.brotliSize is false (#1912)

github.com/vitejs/vite - db3c324134db2bf371700cc4d838a49ac6148045 authored almost 4 years ago by Florian Dreier <[email protected]>
chore: Update fsevents, chokidar, rollup (#1901)

github.com/vitejs/vite - 9726386fd5e78a221ce91bfd5997b8cd512c5dbf authored almost 4 years ago by Sunil Pai <[email protected]>
docs: remove duplicate `transformWithEsbuild` (#1938)

github.com/vitejs/vite - 97c4950b8cb8711d0c4f6e35f6742cb847d45928 authored almost 4 years ago by William <[email protected]>
chore: minor spelling error fix (#1936) [skip ci]

github.com/vitejs/vite - 7cf24d901d4e0ac0d4e89befa86cf5274f42601b authored almost 4 years ago by Meet Zaveri <[email protected]>
feat(create-app): add favicons for all templates that are missing one (#1935)

github.com/vitejs/vite - 3fa1d398080372bddc5dab0b4021ac1670a644b9 authored almost 4 years ago by Sunil Pai <[email protected]>
fix(plugin-vue): import vue file as raw correctly (#1923)

github.com/vitejs/vite - 5b56d70c1d173d4c5e3d9532f9c3bc6f8bfc020c authored almost 4 years ago by CHOYSEN <[email protected]>
dx(cli): adjust whitespace in console (#1920)

github.com/vitejs/vite - dbbecdb175d0396ba1eaf76d92ad4ab622a9849e authored almost 4 years ago by Sunil Pai <[email protected]>
chore(create-app): add .gitignore to vanilla template (#1932)

github.com/vitejs/vite - 7c9153175bb58709f6a21c41654fffc26f24031d authored almost 4 years ago by Matias Capeletto <[email protected]>
docs(create-app): add link to script setup RFC (#1913)

github.com/vitejs/vite - f5cd959b8f1c7af8c282858abcfcd5008f8063a6 authored almost 4 years ago by Matias Capeletto <[email protected]>
docs: fix ts plugin name (#1905)

github.com/vitejs/vite - 185a727715db4a011964cf0c48f998379a7b9ff1 authored almost 4 years ago by okxiaoliang4 <[email protected]>
docs: more comparison

github.com/vitejs/vite - 6e0cd8e5f5d9e2f40a82520db9f41b1e8c333d14 authored almost 4 years ago by Evan You <[email protected]>
docs: update the comparison section

github.com/vitejs/vite - da997386e2b377f9480f2ed415c6d56aa752e1bc authored almost 4 years ago by Evan You <[email protected]>
docs: add link to comparisons in intro

github.com/vitejs/vite - 814c5d34d00f368c8b02ed7f461c4a27781907d8 authored almost 4 years ago by Evan You <[email protected]>
docs: rewrite introduction

github.com/vitejs/vite - b18eaad614929fa70cc66b58dd5185400cdad63a authored almost 4 years ago by Evan You <[email protected]>
docs: remove stale style tag

github.com/vitejs/vite - 2cb5afc25dde9fc2c6b4bb6c3f669f064a3dc76b authored almost 4 years ago by Evan You <[email protected]>
chore: typo [skip ci]

github.com/vitejs/vite - 927310621cb972d1bb8b843b7b39baf885ddc3fd authored almost 4 years ago by Evan You <[email protected]>
docs: style tweaks

github.com/vitejs/vite - a3de585be31304e9795eb00e9e0be61153ddd466 authored almost 4 years ago by Evan You <[email protected]>
docs: logo + favicon

github.com/vitejs/vite - 6869d0e6fb81cf500d22da4c378d2b8cf1e8069a authored almost 4 years ago by Evan You <[email protected]>
release: v2.0.0-beta.65

github.com/vitejs/vite - f43b420ac21d0a73d79175aaaaa20f68949c0fb3 authored almost 4 years ago by Evan You <[email protected]>
feat(proxy): support conditional options for proxy request (#1888)

...by returning an options object from the `bypass` function.

github.com/vitejs/vite - e81a118735045a40f0ab93c1bedef5b7d674f2f0 authored almost 4 years ago by cisen <[email protected]>
refactor: only ignore error if is ENOENT

github.com/vitejs/vite - 9c819b9ed7ecca3b662471ae90e94ee972d7b761 authored almost 4 years ago by Evan You <[email protected]>
docs: special queries, plugins vs features note (#1878)

github.com/vitejs/vite - 98c9b32a395078bb6c042c07a938770c910d535d authored almost 4 years ago by Matias Capeletto <[email protected]>
fix(build): ignore html asset urls that do not exist on disk

fix #1885

github.com/vitejs/vite - 02653f0b93cacd0f1b3464204d24c0d57f407aa0 authored almost 4 years ago by Evan You <[email protected]>
feat(create-app): clearer vue-ts setup recommend (#1896) [skip ci]

github.com/vitejs/vite - d6bf066e3a18b749bed1a7fc622dd2551404e29f authored almost 4 years ago by Johnson Chu <[email protected]>
test: fix vue test for css modules change

github.com/vitejs/vite - fc4dc18fc14f7421e6d0e1feb930393322f511ab authored almost 4 years ago by Evan You <[email protected]>
feat(cli): make --ssr flag value optional

close #1877

github.com/vitejs/vite - 3c7b652f24fdb5e67c5f56db3cea0769bcd9263b authored almost 4 years ago by Evan You <[email protected]>
refactor(css): use default CSS modules localsConvention settings

BREAKING CHANGE: CSS modules now defaults to export class names as-is.
To get camelCase exports ...

github.com/vitejs/vite - fee739325fd4dbf7f6d842c205608e39271db513 authored almost 4 years ago by Evan You <[email protected]>
fix(create-app): add resolveJsonModule to tsconfig.json for vue-ts template (#1879)

github.com/vitejs/vite - 2c914a5b728d0c130f1e5b73c7b0ab0eedc1cda5 authored almost 4 years ago by Anthony Fu <[email protected]>
docs: fix pre-bundling link (#1892)

github.com/vitejs/vite - c76c884d542cbc9b2eaaa4a80562929406d8f38e authored almost 4 years ago by Cyrille Bourgois <[email protected]>
feat: support absolute glob patterns

close #1875

github.com/vitejs/vite - 159cc799f19482da3626f906cde45accdf780823 authored almost 4 years ago by Evan You <[email protected]>
feat: support resolving style/sass entries in css @import

close #1874

github.com/vitejs/vite - f90a85c2ba8c9ba215fe75c49035a7e38fa81a7d authored almost 4 years ago by Evan You <[email protected]>
fix: better dependency non-js type file handling

- avoid appending version query to externalized non-js dep files

github.com/vitejs/vite - 1fdc710a391b968f85f6a150dc06e51e53742b02 authored almost 4 years ago by Evan You <[email protected]>
fix(ssr): respect user defines for ssr

github.com/vitejs/vite - 3fad3ba861fb56edd22941db645f2d73b02bf7b1 authored almost 4 years ago by Evan You <[email protected]>
fix(dev): check wasClean in onclose event (#1872)

github.com/vitejs/vite - 5d3107a4a787929810fbfaef37bf3002aa0bcc17 authored almost 4 years ago by mj2ks <[email protected]>
chore: readme

github.com/vitejs/vite - 0ea710e0299fde608915c024db4b2b46df330c4e authored almost 4 years ago by Evan You <[email protected]>
docs: logo

github.com/vitejs/vite - 3eed49968872e4e7c019d7cdecb4ad17fb68d2f9 authored almost 4 years ago by Evan You <[email protected]>
fix(resolve): prioritize file over dir with same name for resolve

fix #1871

github.com/vitejs/vite - c741872e6ca975f507ec89581b742a1da19a0cb0 authored almost 4 years ago by Evan You <[email protected]>
docs: ssr typos and edits (#1870)

github.com/vitejs/vite - fd334362b144fdc39001ba6e95f14de21a220528 authored almost 4 years ago by Matias Capeletto <[email protected]>
fix: do not include vite in ssr externals

close #1865

github.com/vitejs/vite - 578c591ffe7b7c1ffa68e711a7df043afe013daa authored almost 4 years ago by Evan You <[email protected]>
docs: ssr docs edits

github.com/vitejs/vite - df8dd67aa620cfbe30259e560c8393446e5ab93a authored almost 4 years ago by Evan You <[email protected]>
perf: improve resolve cache

github.com/vitejs/vite - 6a793d319cf7adab061b056692c331a9d66fdac5 authored almost 4 years ago by Evan You <[email protected]>
release: v2.0.0-beta.64

github.com/vitejs/vite - 88f30d61204d243b5c9df0e565820684ace24ad7 authored almost 4 years ago by Evan You <[email protected]>
feat(create-app): more detailed instructions for vue-ts template

github.com/vitejs/vite - 79dd32cbb61b2aeedfd6b1081867a98cc7c73a68 authored almost 4 years ago by Evan You <[email protected]>
docs: ssr docs edits

github.com/vitejs/vite - cdab0a71e87f4046aeffb1c5285d4221c11bc538 authored almost 4 years ago by Evan You <[email protected]>
fix(ssr): fix externalized cjs deps that exports compiled esmodule

github.com/vitejs/vite - 8ec2d6f77eb04e015156769f4f004a4792077770 authored almost 4 years ago by Evan You <[email protected]>
fix(ssr): do not resolve to optimized deps during ssr

fix #1860

github.com/vitejs/vite - d0215060e87c9464c97549cdbb008184796d0f8f authored almost 4 years ago by Evan You <[email protected]>
release: v2.0.0-beta.63

github.com/vitejs/vite - 879922d9c451cc07a342f43a99149b150a3af68d authored almost 4 years ago by Evan You <[email protected]>
test: remove stdin.resume() call

This seems to cause tests to hang out and not exit properly

github.com/vitejs/vite - b0e12c2cc3d992d609af96939d3c48bfd4e1ba19 authored almost 4 years ago by Evan You <[email protected]>
fix(css): respect sass partial import convention

github.com/vitejs/vite - cb7b6becd0a566c58aca6cc47ae785ac2c4b4482 authored almost 4 years ago by Evan You <[email protected]>
fix(vite): close server and exit if stdin ends (#1857)

github.com/vitejs/vite - b065ede3cca3bc72d3bb3e6f9cd945d1b36ccb42 authored almost 4 years ago by Marcel Lindig <[email protected]>
fix(css): hoist external @import in concatenated css

fix #1845

github.com/vitejs/vite - 000ee62ef41e4964d1002ab7862303cec0419c47 authored almost 4 years ago by Evan You <[email protected]>
docs: update plugin-react-refresh README.md for middleware mode (#1856) [skip ci]

github.com/vitejs/vite - 501bef21e0c80e3ee22bed926fd13f1fac575d6e authored almost 4 years ago by Peng Xiao <[email protected]>
fix: consistently use mode for NODE_ENV in deps

github.com/vitejs/vite - cd13ef009abd23d2676dda470638c81895034a91 authored almost 4 years ago by Evan You <[email protected]>
fix: do not shim process with actual object

otherwise it breaks conditional process check code

github.com/vitejs/vite - 8ad7ecd1029bdc0b47e55877db10ac630829c7e5 authored almost 4 years ago by Evan You <[email protected]>
chore: bump test wait retires

github.com/vitejs/vite - da365475b157576427a92f8cfecaacf36e20b97e authored almost 4 years ago by Evan You <[email protected]>
fix: only close if http server has listened

fix #1855

github.com/vitejs/vite - 94a804233682581c0f920ed5c0d42aa85ea3f163 authored almost 4 years ago by Evan You <[email protected]>
chore: remove temp file

github.com/vitejs/vite - a88781e555cd5b4969f56009dcb13a1854cced67 authored almost 4 years ago by Evan You <[email protected]>
docs: ssr guide

github.com/vitejs/vite - 424a95e5a134be7c40c3b39680593b45944ec5fd authored almost 4 years ago by Evan You <[email protected]>
refactor: improve ssr examples

github.com/vitejs/vite - 9cdf424c17f89d87fa3a703ff1dbcf05697466a9 authored almost 4 years ago by Evan You <[email protected]>
docs: update optimizeDeps options

github.com/vitejs/vite - a139fbaf587bf3233077fe7d32666a3c972fb803 authored almost 4 years ago by Evan You <[email protected]>
chore: do not clearline if not logging

github.com/vitejs/vite - 71f1c637c2ee8b79fd8f6696c5498034be3ddc39 authored almost 4 years ago by Evan You <[email protected]>
chore: fix less type

github.com/vitejs/vite - 3f6d1296cccfb947d42df57408efd3e983cbe0ce authored almost 4 years ago by Evan You <[email protected]>
feat(ssr): graduate ssr method types

github.com/vitejs/vite - 0fe2634756b6311f0489613460eeadc6c8280192 authored almost 4 years ago by Evan You <[email protected]>
refactor(playground): split vue/react ssr playground + add routers

github.com/vitejs/vite - 6d2a45c9d5ca5c872e0cd0e7f06a2176b6a97cdb authored almost 4 years ago by Evan You <[email protected]>
fix(ssr): improve ssr external heuristics

fix #1854

github.com/vitejs/vite - 928fc33b6fffb3bb22c2daa4b478ead7715a2c5f authored almost 4 years ago by Evan You <[email protected]>
fix: make ssr external behavior consistent between dev/build

github.com/vitejs/vite - e089eff8f8108fa5463e2e42e16244f7edfd5a1e authored almost 4 years ago by Evan You <[email protected]>
chore: log indent fix

github.com/vitejs/vite - 0275f1fea996e87fd5cfec3f6add61a8d7e57663 authored almost 4 years ago by Evan You <[email protected]>
fix(scan): handle import glob in jsx/tsx files

github.com/vitejs/vite - 24695fe47727b7b4e3ac85bb389477f673c57c18 authored almost 4 years ago by Evan You <[email protected]>
fix: respect config.build.brotliSize in reporter

github.com/vitejs/vite - 1d5437d56bb0974c21561c1cdf5ad1588baefea3 authored almost 4 years ago by Evan You <[email protected]>
docs: move static asset handling into its own page

github.com/vitejs/vite - 4ca98b405e96df8a97be6d22c78453a016e535f6 authored almost 4 years ago by Evan You <[email protected]>
docs: revise features section

github.com/vitejs/vite - 295fd99b489deb541395aee9833b419ad0ff91a3 authored almost 4 years ago by Evan You <[email protected]>
chore: add ssr playground pre-render example

github.com/vitejs/vite - 40be502db072c5a664ec93d15b134c11d2fe96b1 authored almost 4 years ago by Evan You <[email protected]>
release: v2.0.0-beta.62

github.com/vitejs/vite - 0e600e1afc1cce3d1747398fc918067e67621fb9 authored almost 4 years ago by Evan You <[email protected]>
fix(plugin-react-refresh): do not pick up config file in react-refresh plugin

github.com/vitejs/vite - 9d560d8ed23d02c8ce4ec8c4cfa2aab8d30e89f0 authored almost 4 years ago by Evan You <[email protected]>
fix(plugin-react-refresh): avoid using optional chaining for Node 12 compat

close #1851

github.com/vitejs/vite - 9d9fa1787558f3dcb1866644c0ebbfaa3f208e5d authored almost 4 years ago by Evan You <[email protected]>
fix: properly cascade asset hash change

workaround https://github.com/rollup/rollup/issues/3415

github.com/vitejs/vite - f8e4eebcc48ad5e98e52d12ce6595da014a43276 authored almost 4 years ago by Evan You <[email protected]>
feat(plugin-react-refresh): allow specifying additional parser plugins

github.com/vitejs/vite - 435da60785aac2d1336cf62e3c5335523606fd7a authored almost 4 years ago by Evan You <[email protected]>
fix(optimizer): fix cjs interop check on entries with identical ending

fix #1847

github.com/vitejs/vite - 338d17a197c9835fbce79919b58b8c4e094f4bb9 authored almost 4 years ago by Evan You <[email protected]>
feat(dev): inject env for webworker (#1846)

close #1838

github.com/vitejs/vite - 5735692b571ad193c04f236325df97bca7ef92bc authored almost 4 years ago by underfin <[email protected]>
chore: do not warn on remote @import when minifying css

close #1845

github.com/vitejs/vite - 8fa57a3e44a2ee1a0fae6a3ebbf521914bb1566d authored almost 4 years ago by Evan You <[email protected]>
chore(plugin-react-refresh): fix error message (#1842)

github.com/vitejs/vite - 24b5a4c6f6cac8c530080edccdb09fc1a1dc6674 authored almost 4 years ago by Wang Yifei <[email protected]>
fix(scan): handle tsx lang in SFCs during dep scan (#1837)

github.com/vitejs/vite - be9bc3ff6eb72386876af17b61ccabae1ee249db authored almost 4 years ago by Blake Newman <[email protected]>
feat: better build output + options for brotli / chunk size warning

github.com/vitejs/vite - da1b06f3771371b72c8ba68f3428c48ebf2082ad authored almost 4 years ago by Evan You <[email protected]>
release: v2.0.0-beta.61

github.com/vitejs/vite - 29353e8357d1582f26559e2ae01e08c34ad5b632 authored almost 4 years ago by Evan You <[email protected]>
fix(less): fix less @import url rebasing

fix #1834

github.com/vitejs/vite - 41783fade0604adb98e468d4a4f8b50c9624899a authored almost 4 years ago by Evan You <[email protected]>
fix(manifest): include assets referenced via CSS in manifest entries

fix #1827

github.com/vitejs/vite - 34894a2c41871a08a86fb9a1852563bc698d9c00 authored almost 4 years ago by Evan You <[email protected]>
refactor: reuse fileToDevUrl logic in css plugin

github.com/vitejs/vite - 2144ce9df9e7cc0318018bd992f62f5daae318c8 authored almost 4 years ago by Evan You <[email protected]>
fix: yarn pnp resolveDir

github.com/vitejs/vite - 9c6edefd45634becbd51c1bf25b735770aeb752a authored almost 4 years ago by Evan You <[email protected]>
fix: remove unnecessary static alias logic

fix #1826

github.com/vitejs/vite - 23bd257435ab3aaaf45175fabca093e907c1e65f authored almost 4 years ago by Evan You <[email protected]>