11ty/eleventy-plugin-vue

Vue component incremental builds (stage 2)

zachleat opened this issue · 1 comments

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:

  1. It should only write the Vue files that used the component.
    2. It should not do any passthrough copy this is a feature for Eleventy incremental

Related: #13 #14

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