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

refactor: improve public file import warning

github.com/vitejs/vite - 4a9307c49a22589300fcb2d54cb35cc340366a4e authored almost 4 years ago by Evan You <[email protected]>
fix: properly remove dynamic import args for full dynamic imports

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

github.com/vitejs/vite - 7923ce59337de33e3e2d0a82b0259dd704eaea60 authored almost 4 years ago by Evan You <[email protected]>
types: fix exports

github.com/vitejs/vite - 9299e909ef4d3c60138e66d2f6a63f4dcb37e278 authored almost 4 years ago by Evan You <[email protected]>
fix(resolve): heuristics for browser vs. module field

fix #1467

github.com/vitejs/vite - 1865e6ee4c3e07c0f4a199c1ba7e1c1c4f68862f authored almost 4 years ago by Evan You <[email protected]>
feat: allow passing options to rollup commonjs plugin via build.commonjsOptions

close #1460

github.com/vitejs/vite - 6ed8e286f149f9474e0fc624110de5f787551d62 authored almost 4 years ago by Evan You <[email protected]>
refactor: avoid preloading already present css

github.com/vitejs/vite - a8f304ead8d97857896b895d8c2475afe2b368c1 authored almost 4 years ago by Evan You <[email protected]>
refactor: improve build output

github.com/vitejs/vite - 2da0f2f66e6efe454755d663d00ba984c09031be authored almost 4 years ago by Evan You <[email protected]>
refactor: completely remove dynamic import polyfill and optimization code from legacy chunks

github.com/vitejs/vite - 6309093ec1141ebf0d3b923860c3519c63b997e4 authored almost 4 years ago by Evan You <[email protected]>
refactor: only inject preload deps when there are actually deps

github.com/vitejs/vite - e524ef09c7d868c3e4b3d450a3e679f9a12056b0 authored almost 4 years ago by Evan You <[email protected]>
feat: async chunk loading optimizations

- load async chunk CSS and nested imports in parallel to the main chunk
- ensure CSS loaded befo...

github.com/vitejs/vite - e6f7fbad75c1b406b9a95060c5d2a42d3a8994a8 authored almost 4 years ago by Evan You <[email protected]>
docs: add favicon (#1465)

github.com/vitejs/vite - 611901413e8f42c0b321f4ca619c9d0f640a8c77 authored almost 4 years ago by Eugene Kopich <[email protected]>
fix(optimizer): exclude should not be resolve (#1469)

github.com/vitejs/vite - f8c34eeb89e327f484293f3156119ba6d14f6aee authored almost 4 years ago by CHOYSEN <[email protected]>
fix(plugin-vue-jsx): files should include `index.d.ts` (#1473) [skip ci]

github.com/vitejs/vite - f3ab497b762e267721ace628bc6c7c5695b0d431 authored almost 4 years ago by Amour1688 <[email protected]>
docs: fix globEager example

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

github.com/vitejs/vite - cb3cf7650a0bd68e2208a16f284ac50421461f11 authored almost 4 years ago by Evan You <[email protected]>
chore: Merge remote-tracking branch 'origin/main' into main

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

github.com/vitejs/vite - d3acb84d5d211d5b153127ae332e6e43a6312751 authored almost 4 years ago by Evan You <[email protected]>
fix: transform json in deep import (#1459)

fix #1458

github.com/vitejs/vite - cf8342bef45bebb05d020d4f220b12d2bf526256 authored almost 4 years ago by Han(ハン) <[email protected]>
chore: deprecation message

github.com/vitejs/vite - 8497f52953646d610db6579b0e77807011a2dba1 authored almost 4 years ago by Evan You <[email protected]>
fix: fix dynamic import with parent relative paths

fix #1461

github.com/vitejs/vite - bbfe06ce1af8f89490032e609377c6516f7da773 authored almost 4 years ago by Evan You <[email protected]>
feat(optimizer): support specifying plugins for the optimizer

github.com/vitejs/vite - 1ea016823975f3d0e37bf7b65614eded213e0869 authored almost 4 years ago by Evan You <[email protected]>
refactor: fix js request check & deep import error on assets

github.com/vitejs/vite - 60b9e10405c513c440c393925d74757d5c2fa15b authored almost 4 years ago by Evan You <[email protected]>
refactor(optimizer): adjust node built-in handling

- prefer resolved if resolvable
- externalize to empty module when not resolved
- better plugin ...

github.com/vitejs/vite - 8b8d5061ea44affd3b9bed97da2e629254a6ec28 authored almost 4 years ago by Evan You <[email protected]>
fix(optimizer): properly externalize css/asset imports in optimized deps

fix #1443

github.com/vitejs/vite - 5d180db4bd19e26de20bb816d594226b4d492804 authored almost 4 years ago by Evan You <[email protected]>
chore: typos (#1463) [skip ci]

github.com/vitejs/vite - 91dbb017091c175a54bcd1c93a69f8458d1bde8d authored almost 4 years ago by zhenzhenChange <[email protected]>
release: v2.0.0-beta.17

github.com/vitejs/vite - 1e13c0a0bcd2df9535ae2371c0dcfd9fb06dcb71 authored almost 4 years ago by Evan You <[email protected]>
refactor: support glob import under `import.meta.glob`

BREAKING CHANGE: Glob import syntax has changed. The feature is now
exposed under `import.meta.g...

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

github.com/vitejs/vite - 86a727bf59f2c3ecd1c8041bb30a342944bebcb2 authored almost 4 years ago by Evan You <[email protected]>
refactor(plugin-vue-jsx): use options interface of `@vue/babel-plugin-jsx` (#1454)

github.com/vitejs/vite - 80071b2b83f1d7d2e54eca7266b2b844d4a6757c authored almost 4 years ago by Amour1688 <[email protected]>
docs: Typo in plugin-legacy README (#1455) [skip ci]

github.com/vitejs/vite - 4647e072cb89d6eac648a66314f26cb6b65c68b4 authored almost 4 years ago by Florian Dreier <[email protected]>
feat: allow tag injection after body open (body-prepend) (#1435)

github.com/vitejs/vite - 432487e24cb8688c86502e3b4e284e25c81b7dd8 authored almost 4 years ago by Sacha STAFYNIAK <[email protected]>