diff --git a/src/Util/HtmlTransformer.js b/src/Util/HtmlTransformer.js index 5785e5835..f521f1886 100644 --- a/src/Util/HtmlTransformer.js +++ b/src/Util/HtmlTransformer.js @@ -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() {