Skip to content

Commit 35be021

Browse files
committed
test: plugin options as empty object, issue #2
1 parent a120a31 commit 35be021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/js/posthtml.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = (ctx) => {
44
from: './fixtures/index.sml',
55
to: './expect/index.html',
66
plugins: {
7-
'posthtml-include': false,
7+
'posthtml-include': {},
88
'posthtml-content': false,
99
'htmlnano': ctx.env === 'production' ? {} : false
1010
}

0 commit comments

Comments
 (0)