pi0 / nuxt-build-cache

▣ Speed up your Nuxt builds up to 2x [experimental]
150 stars 1 forks source link

`pages/**/*.md` should be part of the build, not the cache #4

Open atinux opened 7 months ago

atinux commented 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.

pi0 commented 7 months ago

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.