-
@JbIPS Ahhh, are you using --incremental?
isIncrementalMatch
is what you want but the docs aren’t there yet. Here’s a working example of it in the Vue plugin though github.com/11ty/eleventy-plugin-vue/blob/b10f7fea276eadc8c5d3479a0b5829cfbb39887c/.eleventy.js#L191 -
@JbIPS as a very quick win you could opt-out of incremental for sass with
isIncrementalMatch: () => true