Sourced from vite's releases.
plugin-legacy@8.2.1
Please refer to CHANGELOG.md for details.
v8.2.1
Please refer to CHANGELOG.md for details.
Sourced from vite's changelog.
8.2.1 (2026-08-06)
Bug Fixes
- build: make client chunkImportMap work with
sharedPlugins: true(#23184) (15f0307)- bundled-dev: inject client script tag before chunk scripts (#23161) (eac0cc8)
- css: don't re-run lightningcss visitor during minify (fix #23146) (#23147) (de041a7)
- deps: update all non-major dependencies (#23136) (14454fd)
- deps: update rolldown-related dependencies (#23070) (7ac6f7f)
- don't mutate the user config when resolving the lib entry from the top-level
input(#23135) (b4bf596)- handle shebang ending with uncommon line terminators (#23038) (17f7b2f)
- server: use a random port when port is 0 (#23158) (fddf4ea)
Performance Improvements
Documentation
Miscellaneous Chores
- deps: update dependency rolldown-plugin-dts to ^0.28.0 (#23137) (4adc1e7)
- deps: update dependency strip-literal to v4 (#23140) (9db65ce)
Code Refactoring
- bundled-dev: avoid injecting server values in the bundle (#22967) (23b8a08)
- bundled-dev: remove rolldown lazy stub module workaround (#23129) (e72036e)
Tests
4216158
release: v8.2.1fddf4ea
fix(server): use a random port when port is 0 (#23158)de041a7
fix(css): don't re-run lightningcss visitor during minify (fix #23146)
(#23147)15f0307
fix(build): make client chunkImportMap work with sharedPlugins:
true (#23184)c2155fe
test(bundled-dev): enable sourcemap playgrounds (#23080)ef02435
docs(build): fix incomplete @default for build.minify (#23177)eac0cc8
fix(bundled-dev): inject client script tag before chunk scripts (#23161)23b8a08
refactor(bundled-dev): avoid injecting server values in the bundle (#22967)e72036e
refactor(bundled-dev): remove rolldown lazy stub module workaround (#23129)14454fd
fix(deps): update all non-major dependencies (#23136)