Skip to content

Commit 7e52254

Browse files
authored
fix: include pptxgenjs in optimizeDeps (#2354)
1 parent a9ae7a8 commit 7e52254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/slidev/node/vite/extendConfig.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const INCLUDE_GLOBAL = [
1515
'recordrtc',
1616
'typescript',
1717
'yaml',
18+
'pptxgenjs',
1819
]
1920

2021
const INCLUDE_LOCAL = INCLUDE_GLOBAL.map(i => `@slidev/cli > @slidev/client > ${i}`)

0 commit comments

Comments
 (0)