Skip to content

Commit

Permalink
fix: codemirror deps optimizing
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 27, 2021
1 parent ecccdc4 commit 52b89fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/slidev/node/plugins/config.ts
Expand Up @@ -39,6 +39,7 @@ export function createConfigPlugin(options: ResolvedSlidevOptions): Plugin {
'codemirror/mode/markdown/markdown',
'codemirror/mode/xml/xml',
'codemirror/mode/htmlmixed/htmlmixed',
'codemirror/addon/display/placeholder',
'prettier/esm/parser-babel',
'prettier/esm/parser-html',
'prettier/esm/parser-typescript',
Expand Down

0 comments on commit 52b89fe

Please sign in to comment.