vite/playground
2024-01-16 20:49:24 +01:00
..
alias fix(deps): update all non-major dependencies (#15603) 2024-01-16 15:22:49 +01:00
assets fix(css): .css?url support (#15259) 2024-01-12 09:07:22 +00:00
assets-sanitize fix: fs.deny with leading double slash (#13348) 2023-05-26 10:17:52 +00:00
backend-integration fix(deps): update all non-major dependencies (#15375) 2024-01-11 23:17:16 +08:00
build-old test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
cli test: avoid magic number on cli playground spec (#15168) 2023-11-29 11:52:10 +01:00
cli-module chore: use eslint-plugin-i (#15569) 2024-01-11 14:21:58 +01:00
config chore(deps): update all non-major dependencies (#15145) 2023-11-27 12:15:40 +08:00
css fix(css): .css?url support (#15259) 2024-01-12 09:07:22 +00:00
css-codesplit fix: multiple entries with shared css and no JS (#13962) 2023-07-28 11:50:31 +02:00
css-codesplit-cjs fix(deps): update all non-major dependencies (#14961) 2023-11-13 09:25:20 +01:00
css-dynamic-import test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
css-lightningcss fix(deps): update all non-major dependencies (#15603) 2024-01-16 15:22:49 +01:00
css-lightningcss-proxy fix(deps): update all non-major dependencies (#15603) 2024-01-16 15:22:49 +01:00
css-sourcemap fix(deps): update all non-major dependencies (#15375) 2024-01-11 23:17:16 +08:00
data-uri fix(build): use base64 for inline SVG if it contains both single and double quotes (#15271) 2023-12-15 16:35:39 +01:00
define fix(define): allow define process.env (#15173) 2023-11-29 10:37:05 +01:00
dynamic-import fix: update javascript mime type to text/javascript (#15427) 2024-01-08 16:05:12 +01:00
dynamic-import-inline fix(build): silence warn dynamic import module when inlineDynamicImports true (#13970) 2023-08-01 10:58:39 +02:00
env feat(define): handle replacement with esbuild (#11151) 2023-10-26 11:30:05 +08:00
env-nested test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
extensions fix(deps): update all non-major dependencies (#15603) 2024-01-16 15:22:49 +01:00
external fix(deps): update all non-major dependencies (#15603) 2024-01-16 15:22:49 +01:00
fs-serve fix(importAnalysis): strip url base before passing as safeModulePaths (#13712) 2023-07-29 20:28:40 +02:00
glob-import feat(glob-import): deprecate as option (#14420) 2024-01-08 20:28:11 +01:00
hmr feat: support multiple HMR clients on the server (#15340) 2024-01-16 20:49:24 +01:00
hmr-root fix: add watch in fallback file load (#14938) 2023-11-10 10:00:22 +00:00
html fix(html): handle offset magic-string slice error (#15435) 2024-01-01 12:00:47 +08:00
import-assertion test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
js-sourcemap chore: use eslint-plugin-i (#15569) 2024-01-11 14:21:58 +01:00
json fix(deps): update all non-major dependencies (#15603) 2024-01-16 15:22:49 +01:00
legacy fix: update javascript mime type to text/javascript (#15427) 2024-01-08 16:05:12 +01:00
lib test: fixed port for lib dev test (#15580) 2024-01-12 10:02:01 +01:00
minify fix(css): use esbuild legalComments config when minifying CSS (#13661) 2023-06-30 16:13:48 +08:00
module-graph fix(import-analysis): preserve importedUrls import order (#14465) 2023-09-26 10:18:16 +02:00
multiple-entrypoints fix(deps): update all non-major dependencies (#15375) 2024-01-11 23:17:16 +08:00
nested-deps test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
object-hooks fix(deps): update all non-major dependencies (#15603) 2024-01-16 15:22:49 +01:00
optimize-deps fix(deps): update all non-major dependencies (#15603) 2024-01-16 15:22:49 +01:00
optimize-deps-no-discovery fix(deps): update all non-major dependencies (#15603) 2024-01-16 15:22:49 +01:00
optimize-missing-deps test: missing __dirname in playground (#15243) 2023-12-06 01:31:59 +09:00
preload fix(deps): update all non-major dependencies (#15304) 2023-12-12 09:22:43 +01:00
preserve-symlinks chore(deps): update dependency prettier to v3 (#13759) 2023-07-19 09:53:25 +02:00
proxy-bypass fix(proxy): correct the logic of bypass returning false (#14579) 2023-10-11 09:07:24 +02:00
proxy-hmr chore: reduce test flakiness (#14684) 2023-10-19 15:38:06 +09:00
resolve fix(deps): update all non-major dependencies (#15375) 2024-01-11 23:17:16 +08:00
resolve-config test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
resolve-linked test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
ssr test: ignore net:ERR_ABORTED on flacky html proxy encoded test (#15562) 2024-01-11 07:43:34 +01:00
ssr-conditions feat: preserve vite.middlewares connect instance after restarts (#15166) 2023-11-29 11:44:06 +01:00
ssr-deps refactor: remove build time pre-bundling (#15184) 2024-01-15 14:29:54 +01:00
ssr-html fix(ssr): externalize network imports during ssrLoadModule (#15599) 2024-01-15 16:50:47 +00:00
ssr-noexternal refactor: remove build time pre-bundling (#15184) 2024-01-15 14:29:54 +01:00
ssr-pug feat: preserve vite.middlewares connect instance after restarts (#15166) 2023-11-29 11:44:06 +01:00
ssr-resolve test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
ssr-webworker fix(deps): update all non-major dependencies (#15375) 2024-01-11 23:17:16 +08:00
tailwind fix(deps): update all non-major dependencies (#15603) 2024-01-16 15:22:49 +01:00
tailwind-sourcemap fix(deps): update all non-major dependencies (#15375) 2024-01-11 23:17:16 +08:00
transform-plugin fix: handle addWatchFile in load hooks (#14967) 2023-11-13 19:06:58 +01:00
tsconfig-json refactor(esbuild)!: remove esbuild 0.17 -> 0.18 compat (#14804) 2023-10-30 16:58:27 +00:00
tsconfig-json-load-error chore(deps): update dependency prettier to v3 (#13759) 2023-07-19 09:53:25 +02:00
wasm test: migrate playgrounds to ESM (#13094) 2023-05-09 11:33:34 +02:00
worker perf: avoid parseRequest (#15617) 2024-01-16 11:00:19 +01:00
hasWindowsUnicodeFsBug.js test: skip unicode test on windows instead of lowering the Node version (#15096) 2023-11-22 11:15:57 +01:00
package.json chore(deps): update all non-major dependencies (#13938) 2023-08-06 16:36:01 +08:00
shims.d.ts test: ensure ports are free for test servers 2022-05-11 20:31:21 +08:00
test-utils.ts test: reduce optimize-deps playground flaky fail (#15205) 2023-12-02 15:40:45 +01:00
tsconfig.json feat!: bump minimum node version to 18 (#14030) 2023-08-15 15:28:17 +02:00
vitestGlobalSetup.ts feat: support multiple HMR clients on the server (#15340) 2024-01-16 20:49:24 +01:00
vitestSetup.ts feat: support multiple HMR clients on the server (#15340) 2024-01-16 20:49:24 +01:00