diff --git a/README.md b/README.md index 6597701..1647f8b 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ module.exports = function(eleventyConfig) { // Default bundle types bundles: ["css", "js", "html"], + + // Array of async-friendly callbacks to transform bundle content. + // Works with getBundle and getBundleFileUrl + transforms: [] }); }; ``` @@ -248,6 +252,28 @@ To add JS to a page bundle in WebC, you would use a `