Skip to content

Commit 7adcff1

Browse files
committed
refactor: don't add nested plugin type
1 parent f0b1cfc commit 7adcff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function getNodeStart(node: Node) {
2222
return node.start!
2323
}
2424

25-
export default createUnplugin<Options | undefined>((rawOptions = {}) => {
25+
export default createUnplugin<Options | undefined, false>((rawOptions = {}) => {
2626
const options = resolveOption(rawOptions)
2727
const filter = createFilter(options)
2828

0 commit comments

Comments
 (0)