mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 04:22:49 +08:00
fix: jiti
install error
This commit is contained in:
parent
a149e301dd
commit
bf1cfcdd27
7
.gitignore
vendored
7
.gitignore
vendored
@ -25,8 +25,5 @@ stats.html
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
/src/typings/components.d.ts
|
||||
/src/typings/auto-imports.d.ts
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
components.d.ts
|
||||
auto-imports.d.ts
|
||||
|
7082
pnpm-lock.yaml
generated
Normal file
7082
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@ export default defineConfig(({ mode }) => {
|
||||
reportCompressedSize: false, // 启用/禁用 gzip 压缩大小报告
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: ['echarts', 'md-editor-v3', '@tinymce/tinymce-vue'],
|
||||
include: ['echarts', 'md-editor-v3'],
|
||||
},
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user