fix: jiti install error

This commit is contained in:
chansee97 2024-06-05 15:54:27 +08:00
parent a149e301dd
commit bf1cfcdd27
3 changed files with 7085 additions and 6 deletions

7
.gitignore vendored
View File

@ -25,8 +25,5 @@ stats.html
*.sln *.sln
*.sw? *.sw?
/src/typings/components.d.ts components.d.ts
/src/typings/auto-imports.d.ts auto-imports.d.ts
pnpm-lock.yaml
package-lock.json
yarn.lock

7082
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@ export default defineConfig(({ mode }) => {
reportCompressedSize: false, // 启用/禁用 gzip 压缩大小报告 reportCompressedSize: false, // 启用/禁用 gzip 压缩大小报告
}, },
optimizeDeps: { optimizeDeps: {
include: ['echarts', 'md-editor-v3', '@tinymce/tinymce-vue'], include: ['echarts', 'md-editor-v3'],
}, },
} }
}) })