Skip to content

Commit

Permalink
fix: add missing (?) extensions here as well
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvilhelmberglund committed Dec 30, 2022
1 parent 92eaa18 commit 7e62d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/modes/svelte-scoped/index.ts
Expand Up @@ -17,7 +17,7 @@ export function SvelteScopedPlugin({ ready, uno }: UnocssPluginContext): Plugin
viteConfig = _viteConfig
const { config } = await ready
filter = createFilter(
config.include || [/\.svelte$/],
config.include || [/\.svelte$/, /\.svelte\.md$/, /\.svx$/],
config.exclude || defaultExclude,
)
},
Expand Down

0 comments on commit 7e62d09

Please sign in to comment.