Add examples for bundleExportKey
feature to docs
#28
Labels
documentation
Improvements or additions to documentation
bundleExportKey
feature to docs
#28
bundleExportKey: "bundle"
(default) means that you can do this in your11ty.js
template:This works with buckets too, if you nest another object in your export:
This works too but probably isn’t what you want:
This makes more sense, if you want to opt-in to something a bit simpler with a string export direct to a bundle:
bundleExportKey: "css"
means that you can do this in your11ty.js
template:The text was updated successfully, but these errors were encountered: