Skip to content

Commit c920f3f

Browse files
authored
feat: mako build (#466)
1 parent 2377662 commit c920f3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.dumirc.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import os from 'node:os';
12
import { defineConfig } from 'dumi';
23
import path from 'path';
34

@@ -11,4 +12,5 @@ export default defineConfig({
1112
name: 'Dialog',
1213
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
1314
},
15+
mako: ['Darwin', 'Linux'].includes(os.type()) ? {} : false,
1416
});;

0 commit comments

Comments
 (0)