unjs / undocs

Minimal Documentation theme and CLI for shared usage across UnJS projects.
https://undocs.pages.dev/
MIT License
143 stars 12 forks source link

hmr support for content transformation #117

Closed cpreston321 closed 3 months ago

cpreston321 commented 3 months ago

Describe the feature

When using the plugin for nuxt content on the server, when you save you don't get HMR. It would be nice to somehow trigger hmr for content that is mutated on the backend plugin.

Additional information