shalomscott / eleventy-plugin-embed-svelte

An Eleventy plugin that makes embedding Svelte components in your static pages painfully easy.
https://shalomscott.github.io/eleventy-plugin-embed-svelte/
MIT License
40 stars 4 forks source link

Allow for greater configuration of this plugin's internal Rollup build #11

Open shalomscott opened 3 years ago

shalomscott commented 3 years ago

Overview

I thought it would be neat to allow users of this plugin to configure the internal Rollup build as much as possible. At the same time, I don't want to add individual configuration properties for each and every Rollup option there is. What better way to enable extensibility than through an actual rollup.config.js file?

This PR does the following:

Still haven't figured out: