File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ Es gibt weitere Änderungen, die nur wenige Benutzer betreffen.
58
58
59
59
- [[ #15637 ] fix!: default ` build.cssMinify ` to ` 'esbuild' ` for SSR] ( https://github.com/vitejs/vite/pull/15637 )
60
60
- [ ` build.cssMinify ` ] ( /config/build-options#build-cssminify ) is now enabled by default even for SSR builds.
61
+ - [[ #18070 ] feat!: proxy bypass with WebSocket] ( https://github.com/vitejs/vite/pull/18070 )
62
+ - ` server.proxy[path].bypass ` is now called for WebSocket upgrade requests and in that case, the ` res ` parameter will be ` undefined ` .
61
63
- [[ #18209 ] refactor!: bump minimal terser version to 5.16.0] ( https://github.com/vitejs/vite/pull/18209 )
62
64
- Minimal supported terser version for [ ` build.minify: 'terser' ` ] ( /config/build-options#build-minify ) was bumped to 5.16.0 from 5.4.0.
63
65
- [[ #18231 ] chore(deps): update dependency @rollup/plugin-commonjs to v28] ( https://github.com/vitejs/vite/pull/18231 )
You can’t perform that action at this time.
0 commit comments