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.
1 parent 8cc247c commit 2808dd6Copy full SHA for 2808dd6
packages/core/vite.config.ts
@@ -27,7 +27,7 @@ export default defineConfig({
27
if (deps.includes(source)) {
28
return true;
29
}
30
- return source.startsWith("prosemirror-");
+ return source.startsWith("prosemirror-") || source.startsWith("shiki/");
31
},
32
output: {
33
// Provide global variables to use in the UMD build
0 commit comments