Open atinux opened 7 months ago
When using https://github.com/nuxt-modules/compile-markdown
Changing pages/example.md will not rebuild where it should be since the Markdown is transformed to Vue files.
pages/example.md
Changing a content in example.md should cause cache invalidation, if it is not, it might be a bug. Checking hash manifest in node_modules/.cache and build logs might be helpful to find out.
example.md
node_modules/.cache
When using https://github.com/nuxt-modules/compile-markdown
Changing
pages/example.md
will not rebuild where it should be since the Markdown is transformed to Vue files.