Skip to content

Commit b9534ee

Browse files
afc163kiner-tang
andauthored
chore: dumi 1.x -> 2.x (#391) (#415)
* chore: dumi 1.x -> 2.x * chore: update dep Co-authored-by: kiner-tang(文辉) <[email protected]>
1 parent a7aeaeb commit b9534ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+167
-77
lines changed

.dumirc.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
import { defineConfig } from 'dumi';
2+
import path from 'path';
3+
4+
export default defineConfig({
5+
alias: {
6+
'rc-cascader$': path.resolve('src'),
7+
'rc-cascader/es': path.resolve('src'),
8+
},
9+
favicons: ['https://avatars0.githubusercontent.com/u/9441414?s=200&v=4'],
10+
themeConfig: {
11+
name: 'Cascader',
12+
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
13+
},
14+
});

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ coverage
3333
.umi-test
3434
.env.local
3535
.doc
36-
.dumi
36+
37+
# dumi
38+
.dumi/tmp
39+
.dumi/tmp-production

.umirc.gh.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

.umirc.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

docs/demo/adjust-overflow.md

Lines changed: 7 additions & 2 deletions

docs/demo/animation.md

Lines changed: 7 additions & 2 deletions

docs/demo/change-on-select.md

Lines changed: 7 additions & 2 deletions

docs/demo/custom-arrow-icon.md

Lines changed: 7 additions & 2 deletions

docs/demo/custom-field-name.md

Lines changed: 7 additions & 2 deletions

0 commit comments

Comments
 (0)