Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2394cc commit 7fa7d78Copy full SHA for 7fa7d78
packages/slidev/node/vite/components.ts
@@ -14,6 +14,7 @@ export function createComponentsPlugin(
14
join(clientRoot, 'builtin'),
15
...roots.map(i => join(i, 'components')),
16
],
17
+ globsExclude: [],
18
19
include: [/\.vue$/, /\.vue\?vue/, /\.vue\?v=/, /\.md$/, /\.md\?vue/],
20
exclude: [],
0 commit comments