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 f0b1cfc commit 7adcff1Copy full SHA for 7adcff1
src/index.ts
@@ -22,7 +22,7 @@ function getNodeStart(node: Node) {
22
return node.start!
23
}
24
25
-export default createUnplugin<Options | undefined>((rawOptions = {}) => {
+export default createUnplugin<Options | undefined, false>((rawOptions = {}) => {
26
const options = resolveOption(rawOptions)
27
const filter = createFilter(options)
28
0 commit comments