We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pptxgenjs
1 parent a9ae7a8 commit 7e52254Copy full SHA for 7e52254
packages/slidev/node/vite/extendConfig.ts
@@ -15,6 +15,7 @@ const INCLUDE_GLOBAL = [
15
'recordrtc',
16
'typescript',
17
'yaml',
18
+ 'pptxgenjs',
19
]
20
21
const INCLUDE_LOCAL = INCLUDE_GLOBAL.map(i => `@slidev/cli > @slidev/client > ${i}`)
0 commit comments