- Notifications You must be signed in to change notification settings
- Fork 6
Choose a tag to compare
Adds bundleHtmlContentFromSelector option to addBundle options to add HTML node content to bundles automatically.
eleventyConfig.addBundle("css", { // add <style> content to the css bundle automatically bundleHtmlContentFromSelector: "style", })
Full Changelog: v3.0.1...v3.0.2














