Closed YonatanKra closed 3 months ago
While your rollupOptions
will be merged with the plugin defaults, rollupOptions.input
will be overwritten by the plugin and set to the files outputted by eleventy: https://github.com/11ty/eleventy-plugin-vite/blob/main/EleventyVite.js#L58
What's the use case of your setup?
Closing until further feedback. Feel free to comment if your experiencing something similar.
I'm setting up the following rollup config:
When I run rollup from command line, it generates the file as expected
When I run this inside an 11ty config like this:
Is there a reason why the rollup config won't be taken into account?