Skip to content

Commit

Permalink
feat: update dumi version & config
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed Jan 15, 2023
1 parent 1c0d9cd commit 69a184f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
11 changes: 8 additions & 3 deletions .dumirc.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
// more config: https://d.umijs.org/config
import { defineConfig } from 'dumi';
import path from 'path';

export default defineConfig({
alias: {
'rc-table$': path.resolve('src'),
'rc-table/es': path.resolve('src'),
},
favicons: ['https://avatars0.githubusercontent.com/u/9441414?s=200&v=4'],
themeConfig: {
name: 'Table',
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
},
mfsu: false,
});
});
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: rc-table
hero:
title: rc-table
description: React table component with useful functions
---


<embed src="../README.md"></embed>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/responselike": "^1.0.0",
"@umijs/fabric": "^3.0.0",
"cross-env": "^7.0.0",
"dumi": "^2.0.0",
"dumi": "^2.1.3",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.1.2",
Expand Down

0 comments on commit 69a184f

Please sign in to comment.