Closed
Description
Describe the feature
It seems like the dict are saved at each file, this will cause the dist size rise quikcly. (n^2)
Vitepress have a feature metaChunk, but it doesn't work here.
the ofiicial website of vite also have the problem. (search VPSidebarItem
in the html file).
Is this a bug of vite?