We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2377662 commit c920f3fCopy full SHA for c920f3f
.dumirc.ts
@@ -1,3 +1,4 @@
1
+import os from 'node:os';
2
import { defineConfig } from 'dumi';
3
import path from 'path';
4
@@ -11,4 +12,5 @@ export default defineConfig({
11
12
name: 'Dialog',
13
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
14
},
15
+ mako: ['Darwin', 'Linux'].includes(os.type()) ? {} : false,
16
});;
0 commit comments