File tree 3 files changed +13
-5
lines changed 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- // more config: https://d.umijs.org/config
2
1
import { defineConfig } from 'dumi' ;
2
+ import path from 'path' ;
3
3
4
4
export default defineConfig ( {
5
+ alias : {
6
+ 'rc-table$' : path . resolve ( 'src' ) ,
7
+ 'rc-table/es' : path . resolve ( 'src' ) ,
8
+ } ,
9
+ favicons : [ 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4' ] ,
5
10
themeConfig : {
6
11
name : 'Table' ,
12
+ logo : 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4' ,
7
13
} ,
8
- mfsu : false ,
9
- } ) ;
14
+ } ) ;
Original file line number Diff line number Diff line change 1
1
---
2
- title : rc-table
2
+ hero :
3
+ title : rc-table
4
+ description : React table component with useful functions
3
5
---
4
6
7
+
5
8
<embed src =" ../README.md " ></embed >
Original file line number Diff line number Diff line change 66
66
"@types/responselike" : " ^1.0.0" ,
67
67
"@umijs/fabric" : " ^3.0.0" ,
68
68
"cross-env" : " ^7.0.0" ,
69
- "dumi" : " ^2.0.0 " ,
69
+ "dumi" : " ^2.1.3 " ,
70
70
"enzyme" : " ^3.1.0" ,
71
71
"enzyme-adapter-react-16" : " ^1.0.1" ,
72
72
"enzyme-to-json" : " ^3.1.2" ,
You can’t perform that action at this time.
0 commit comments