11ty / eleventy-plugin-vue

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

Enhancement: Allow passing top level rollup config options #33

Closed zachleat closed 2 years ago

zachleat commented 3 years ago

Right here: https://github.com/11ty/eleventy-plugin-vue/blob/5cda73100a71c6a5df1ed66cf91ba9eb7ef695b4/EleventyVue.js#L201

This would allow declaring external dependencies: https://rollupjs.org/guide/en/#external

zachleat commented 2 years ago

This is included as options.rollupOptions in 1.0

zachleat commented 2 years ago

45 backported this to 0.x and was first available in 0.7.3