Vue component incremental builds (stage 2)
zachleat opened this issue · 1 comments
zachleat commented
If you modify a Vue component (not a Vue full template page) it does the correct behavior for Vue component incremental in the plugin but also does a full Eleventy build:
- It should only write the Vue files that used the component.
2. It should not do any passthrough copythis is a feature for Eleventy incremental
zachleat commented
See options.input
here: https://github.com/11ty/eleventy-plugin-vue#customize-with-options
I use this with the beforeWatch
event and changedFiles
https://www.11ty.dev/docs/events/#changed-files