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 3e1379d commit e47441aCopy full SHA for e47441a
packages/slidev/node/plugins/config.ts
@@ -36,7 +36,7 @@ export function createConfigPlugin(options: ResolvedSlidevOptions): Plugin {
36
},
37
38
}
39
- if (options.data.config.monaco) {
+ if (options.data.features.monaco) {
40
// fix for monaco workers
41
// https://github.com/vitejs/vite/issues/1927#issuecomment-805803918
42
injection.build = {
0 commit comments