We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aefd9a commit 9372f57Copy full SHA for 9372f57
1 file changed
lib/index.js
@@ -22,7 +22,6 @@ module.exports = (options = {}) => {
22
let source;
23
const posthtmlExpressionsOptions = options.posthtmlExpressionsOptions || {locals: false};
24
25
-
26
if (options.delimiters) {
27
posthtmlExpressionsOptions.delimiters = options.delimiters;
28
}
0 commit comments