Skip to content

Commit

Permalink
fix: include icons transform correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 12, 2022
1 parent f08724c commit 6035d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slidev/node/plugins/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export async function ViteSlidevPlugin(
'components',
],

include: [/\.vue$/, /\.vue\?vue/, /\.md$/],
include: [/\.vue$/, /\.vue\?vue/, /\.vue\?v=/, /\.md$/],
exclude: [],

resolvers: [
Expand Down

0 comments on commit 6035d8b

Please sign in to comment.