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 d1cdce8 commit 5d0a7a5Copy full SHA for 5d0a7a5
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