From ba7738d42c9f446b4ef000792a9b2b582b2ba061 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 25 Sep 2016 17:08:50 +0200 Subject: [PATCH] fix: add missing idPrefix as default value to config, close #36 --- config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js b/config.js index 9c65dcf..993e670 100644 --- a/config.js +++ b/config.js @@ -9,4 +9,5 @@ module.exports = { ], removingTagAttrs: [], classPrefix: false, + idPrefix: false, };