You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***ssr:** add `import.meta.main` support for Node.js module runner ([#20517](https://github.com/vitejs/rolldown-vite/issues/20517)) ([794a8f2](https://github.com/vitejs/rolldown-vite/commit/794a8f230218a3b1e148defc5a2d7a67409177ff))
7
+
8
+
### Bug Fixes
9
+
10
+
***asset:** only watch existing files for `new URL(, import.meta.url)` ([#20507](https://github.com/vitejs/rolldown-vite/issues/20507)) ([1b211fd](https://github.com/vitejs/rolldown-vite/commit/1b211fd1beccd0fc13bec700815abaa9f54147e8))
11
+
***client:** keep ping on WS constructor error ([#20512](https://github.com/vitejs/rolldown-vite/issues/20512)) ([3676da5](https://github.com/vitejs/rolldown-vite/commit/3676da5bc5b2b69b28619b8521fca94d30468fe5))
12
+
***deps:** update all non-major dependencies ([#20537](https://github.com/vitejs/rolldown-vite/issues/20537)) ([fc9a9d3](https://github.com/vitejs/rolldown-vite/commit/fc9a9d3f1493caa3d614f64e0a61fd5684f0928b))
13
+
* don't resolve as relative for specifiers starting with a dot ([#20528](https://github.com/vitejs/rolldown-vite/issues/20528)) ([c5a10ec](https://github.com/vitejs/rolldown-vite/commit/c5a10ec004130bec17cf42760b76d1d404008fa3))
14
+
***html:** allow control character in input stream ([#20483](https://github.com/vitejs/rolldown-vite/issues/20483)) ([c12a4a7](https://github.com/vitejs/rolldown-vite/commit/c12a4a76a299237a0a13b885c72fdda6e4a3c9b7))
15
+
* merge old and new `noExternal: true` correctly ([#20502](https://github.com/vitejs/rolldown-vite/issues/20502)) ([9ebe4a5](https://github.com/vitejs/rolldown-vite/commit/9ebe4a514a2e48e3fe194f16b0556a45ff38077a))
* use hook filters in the worker plugin ([#20527](https://github.com/vitejs/rolldown-vite/issues/20527)) ([958cdf2](https://github.com/vitejs/rolldown-vite/commit/958cdf24f882be6953ca20912dd30c84213b069b))
0 commit comments