Skip to content

Commit

Permalink
fix: plugin enforce
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Aug 24, 2024
1 parent d02bb9a commit b566d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export function groupIconVitePlugin(options?: Options): Plugin {

return {
name: 'vitepress-plugin-group-icons',
enforce: 'post',
resolveId(id) {
if (id === virtualCssId) {
return resolvedVirtualCssId
Expand Down

0 comments on commit b566d14

Please sign in to comment.