Skip to content

Commit

Permalink
修复可能导致构建失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Big-Cake-jpg committed May 2, 2024
1 parent f99f0ff commit 453dc95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const viteConfig = {
noExternal: [
// 如果还有别的依赖需要添加的话,并排填写和配置到这里即可
'@nolebase/vitepress-plugin-enhanced-readabilities',
'@nolebase/vitepress-plugin-inline-link-preview',
],
},
plugins: [
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"es2020",
"dom",
],
"module": "ESNext",
"moduleResolution": "bundler",
"ignoreDeprecations": "5.0",
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit 453dc95

Please sign in to comment.