vite/playground
2022-05-29 14:47:21 +02:00
..
alias fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
assets fix: srcset handling in html (#6419) 2022-05-19 21:09:33 +02:00
backend-integration test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
cli feat!: vite dev default port is now 5173 (#8148) 2022-05-12 16:47:04 +02:00
cli-module feat!: vite dev default port is now 5173 (#8148) 2022-05-12 16:47:04 +02:00
css fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
css-codesplit test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
css-codesplit-cjs test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
css-sourcemap fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
data-uri test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
define fix: correctly replace process.env.NODE_ENV (#8283) 2022-05-23 14:59:47 +02:00
dynamic-import fix: dev sourcemap (#8269) 2022-05-22 09:05:16 +02:00
env fix: correctly replace process.env.NODE_ENV (#8283) 2022-05-23 14:59:47 +02:00
env-nested test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
extensions fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
file-delete-restore test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
fs-serve chore: reduce the usage of require (#8121) 2022-05-12 11:55:54 +08:00
glob-import feat: sourcemap for importAnalysis (#8258) 2022-05-21 16:44:52 +02:00
hmr build!: bump targets (#8045) 2022-05-18 22:15:15 +02:00
html feat!: relative base (#7644) 2022-05-18 07:07:41 +02:00
js-sourcemap test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
json fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
legacy chore: enable @typescript-eslint/explicit-module-boundary-types (#8372) 2022-05-28 22:08:56 +02:00
lib chore: fix lint, return types of serve() in tests (#8380) 2022-05-29 14:47:21 +02:00
multiple-entrypoints fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
nested-deps feat: non-blocking esbuild optimization at build time (#8280) 2022-05-26 18:45:20 +02:00
optimize-deps fix(optimizer): transpile before calling transformGlobImport (#8343) 2022-05-27 11:40:18 +08:00
optimize-missing-deps chore: fix lint, return types of serve() in tests (#8380) 2022-05-29 14:47:21 +02:00
preload fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
preserve-symlinks test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
react test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
react-emotion fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
resolve fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
resolve-config fix(lib)!: remove format prefixes for cjs and esm (#8107) 2022-05-12 15:13:12 +02:00
resolve-linked chore: move playground to root (#8072) 2022-05-09 09:36:14 +02:00
ssr-deps chore: fix lint, return types of serve() in tests (#8380) 2022-05-29 14:47:21 +02:00
ssr-html chore: fix lint, return types of serve() in tests (#8380) 2022-05-29 14:47:21 +02:00
ssr-pug chore: fix lint, return types of serve() in tests (#8380) 2022-05-29 14:47:21 +02:00
ssr-react chore: fix lint, return types of serve() in tests (#8380) 2022-05-29 14:47:21 +02:00
ssr-vue chore: fix lint, return types of serve() in tests (#8380) 2022-05-29 14:47:21 +02:00
ssr-webworker chore: fix lint, return types of serve() in tests (#8380) 2022-05-29 14:47:21 +02:00
tailwind fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
tailwind-sourcemap test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
tsconfig-json test: improve dx for tests (#8112) 2022-05-11 17:03:19 +08:00
tsconfig-json-load-error test: refactor test utils and setup (#8135) 2022-05-12 13:12:43 +08:00
vue fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
vue-jsx fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
vue-lib fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
vue-server-origin fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
vue-sourcemap fix(deps): update all non-major dependencies (#8281) 2022-05-26 14:15:57 +08:00
wasm feat(wasm): new wasm plugin (.wasm?init) (#8219) 2022-05-20 10:05:37 +02:00
worker feat: non-blocking esbuild optimization at build time (#8280) 2022-05-26 18:45:20 +02:00
package.json chore: move playground to root (#8072) 2022-05-09 09:36:14 +02:00
shims.d.ts test: ensure ports are free for test servers 2022-05-11 20:31:21 +08:00
test-utils.ts feat!: relative base (#7644) 2022-05-18 07:07:41 +02:00
tsconfig.json build!: bump targets (#8045) 2022-05-18 22:15:15 +02:00
vitestGlobalSetup.ts chore: enable typecheck for tests and scripts (#8114) 2022-05-11 18:09:52 +08:00
vitestSetup.ts feat!: migrate to ESM (#8178) 2022-05-21 13:38:33 +08:00