11ty / eleventy-plugin-webc

Adds support for WebC *.webc files to Eleventy
https://www.11ty.dev/docs/languages/webc/
120 stars 10 forks source link

Allow WebC bundler mode when using WebC via Eleventy Transform #55

Open zachleat opened 1 year ago

zachleat commented 1 year ago

https://www.11ty.dev/docs/languages/webc/#post-process-html-output-as-webc

The WebC Eleventy transform operates with bundler mode disabled, which means that processes WebC but does not aggregate component JS or CSS.

https://www.11ty.dev/docs/languages/webc/#css-and-js-(bundler-mode)

With #48 shipping I don’t think this limitation is necessary any more.