Skip to content

Commit 5605302

Browse files
committed
chore: add missing packages
1 parent cfbaa14 commit 5605302

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/@vuepress/bundler-vite/src/plugins/createMainPlugin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const clientPackages = [
1515
'@vuepress/plugin-container',
1616
'@vuepress/plugin-debug',
1717
'@vuepress/plugin-docsearch',
18+
'@vuepress/plugin-external-link-icon',
1819
'@vuepress/plugin-git',
1920
'@vuepress/plugin-google-analytics',
2021
'@vuepress/plugin-medium-zoom',
@@ -28,6 +29,7 @@ const clientPackages = [
2829
'@vuepress/plugin-shiki',
2930
'@vuepress/plugin-theme-data',
3031
'@vuepress/plugin-toc',
32+
'@vuepress/shared',
3133
'@vuepress/theme-default',
3234
]
3335

packages/@vuepress/cli/src/commands/info.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const info = async (): Promise<void> => {
2323
'@vuepress/plugin-container',
2424
'@vuepress/plugin-debug',
2525
'@vuepress/plugin-docsearch',
26+
'@vuepress/plugin-external-link-icon',
2627
'@vuepress/plugin-git',
2728
'@vuepress/plugin-google-analytics',
2829
'@vuepress/plugin-medium-zoom',
@@ -41,6 +42,7 @@ export const info = async (): Promise<void> => {
4142
'@vuepress/utils',
4243
'vuepress',
4344
'vuepress-vite',
45+
'vuepress-webpack',
4446
'vue',
4547
'vue-router',
4648
'vue-loader',

0 commit comments

Comments
 (0)