11ty/eleventy-plugin-vue

Enhancement: Allow passing top level rollup config options

zachleat opened this issue · 2 comments

Right here:

let bundle = await rollup.rollup({

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

This is included as options.rollupOptions in 1.0

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