Skip to content

Commit

Permalink
chore(bundler-vite): move user config plugin to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Sep 9, 2024
1 parent fcab1ed commit 71eaf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundler-vite/src/resolveViteConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export const resolveViteConfig = ({
},
plugins: [
vuepressMainPlugin({ app, isBuild, isServer }),
vuepressUserConfigPlugin(options),
vuepressVuePlugin(options),
vuepressUserConfigPlugin(options),
],
},
// some vite options would not take effect inside a plugin, so we still need to merge them here in addition to userConfigPlugin
Expand Down

0 comments on commit 71eaf7a

Please sign in to comment.