Sourced from vite's changelog.
6.0.7 (2025-01-02)
- fix: fix
minify
whenbuilder.sharedPlugins: true
(#19025) (f7b1964), closes #19025- fix: skip the plugin if it has been called before with the same id and importer (#19016) (b178c90), closes #19016
- fix(html): error while removing
vite-ignore
attribute for inline script (#19062) (a492253), closes #19062- fix(ssr): fix semicolon injection by ssr transform (#19097) (1c102d5), closes #19097
- perf: skip globbing for static path in warmup (#19107) (677508b), closes #19107
- feat(css): show lightningcss warnings (#19076) (b07c036), closes #19076
a671e58
release: v6.0.71c102d5
fix(ssr): fix semicolon injection by ssr transform (#19097)677508b
perf: skip globbing for static path in warmup (#19107)b178c90
fix: skip the plugin if it has been called before with the same id and
import...a492253
fix(html): error while removing vite-ignore
attribute for
inline script (#1...b07c036
feat(css): show lightningcss warnings (#19076)f7b1964
fix: fix minify
when builder.sharedPlugins:
true
(#19025)