We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dd90c commit 5771dbbCopy full SHA for 5771dbb
packages/bundler-vite/src/plugins/vuepressMainPlugin.ts
@@ -43,7 +43,9 @@ import 'vuepress/client-app'
43
// which should not be optimized in dev mode, and should not be
44
// externalized in build ssr mode
45
const clientPackages = [
46
+ // although discouraged, but users may still use `@vuepress/client` directly
47
'@vuepress/client',
48
+ 'vuepress',
49
...app.pluginApi.plugins
50
// the 'user-config' plugin is created by cli internally
51
.filter(({ name }) => name !== 'user-config')
0 commit comments