File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments