Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Mar 2, 2023
1 parent ae7ead7 commit c86a973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = function(eleventyConfig) {
transforms: [],

// Array of bundle names eligible for duplicate bundle hoisting
hoistDuplicateBundlesFor: [],
hoistDuplicateBundlesFor: [], // e.g. ["css", "js"]
});
};
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@11ty/eleventy-plugin-bundle",
"version": "1.0.1",
"version": "1.0.2",
"description": "Little bundles of code, little bundles of joy.",
"main": "eleventy.bundle.js",
"scripts": {
Expand Down

0 comments on commit c86a973

Please sign in to comment.