Skip to content

v.2.7.2 VitePress & esbuild Dependency

Choose a tag to compare

@paudang paudang released this 15 Jun 14:55
· 25 commits to main since this release
ef45d0c

VitePress & esbuild Dependency Resolution: Fixed a vulnerability in esbuild by updating the package.json override to ^0.28.1. Resolved subsequent Vite build errors ("Transforming destructuring to the configured target environment is not supported yet") by explicitly configuring Vite's esbuildOptions.target and build.target to esnext in docs/.vitepress/config.mjs.