11ty / eleventy-plugin-vue

Use Vue.js templates and Vue.js single file components in Eleventy.
196 stars 11 forks source link

Fix inconsistent file names in `.cache` folder between builds. #22

Closed zachleat closed 3 years ago

zachleat commented 3 years ago

Causes reloads during --watch or --serve to not hot reload correctly during the incremental builds feature in Vue (see #13), especially when they have the same file names (e.g. dir1/index.vue and dir2/index.vue).