You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vitepress is a static site generator for markdown pages. It uses vite under the hood and users can add plugins like this one. Unfortunately, vitepress has potential for new issues because it customizes the vite build on its own.
Describe the solution you'd like
Support for vitepress.
Some oddities I've found:
closeBundle() is called twice, presumably because vitepress builds bundles for the client and the server to support SSR. So if you have a bunch of images in the public directory, they will be compressed twice (putting timestamps at the start at end of close bundle seems to confirm the work is being doubled).
The paths as found by closeBundle() seem to be semi broken, although that may not be exclusive to vitepress, that issue for me is fixed by fix: issue with absolute output paths #41.
this also seems to apply to Remix, but I imagine using the cache option would dramatically reduce the work being done (even if the files are looked at a second time)
Describe the feature you'd like to request
Vitepress is a static site generator for markdown pages. It uses vite under the hood and users can add plugins like this one. Unfortunately, vitepress has potential for new issues because it customizes the vite build on its own.
Describe the solution you'd like
Support for vitepress.
Some oddities I've found:
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: