Skip to content

Commit 71eaf7a

Browse files
committed
chore(bundler-vite): move user config plugin to the end
1 parent fcab1ed commit 71eaf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bundler-vite/src/resolveViteConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export const resolveViteConfig = ({
2929
},
3030
plugins: [
3131
vuepressMainPlugin({ app, isBuild, isServer }),
32-
vuepressUserConfigPlugin(options),
3332
vuepressVuePlugin(options),
33+
vuepressUserConfigPlugin(options),
3434
],
3535
},
3636
// some vite options would not take effect inside a plugin, so we still need to merge them here in addition to userConfigPlugin

0 commit comments

Comments
 (0)