Skip to content

Commit

Permalink
Fix type of HtmlTransformer plugins attribute (#3403)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat authored Aug 8, 2024
2 parents 23550ec + 7edb47f commit 3676a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/HtmlTransformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class HtmlTransformer {
// execution order is important (not order of addition/object key order)
this.callbacks = {};
this.posthtmlProcessOptions = {};
this.plugins = [];
this.plugins = {};
}

get aggregateBench() {
Expand Down

0 comments on commit 3676a49

Please sign in to comment.