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 6db0486 commit 3850f89Copy full SHA for 3850f89
src/index.ts
@@ -9,7 +9,7 @@ function VitePluginMarkdown(userOptions: Options = {}): Plugin {
9
const markdownToVue = createMarkdown(options)
10
11
const filter = createFilter(
12
- userOptions.include || /\.md$/,
+ userOptions.include || /\.md(\?.+)?$/,
13
userOptions.exclude,
14
)
15
0 commit comments