Skip to content

Commit

Permalink
chore: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
RedJue committed Oct 23, 2023
1 parent a539f0f commit 50ca337
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .dumirc.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { defineConfig } from 'dumi';
import path from 'path';

export default defineConfig({
alias: {
'rc-select$': path.resolve('src'),
'rc-select/es': path.resolve('src'),
},
favicons: ['https://avatars0.githubusercontent.com/u/9441414?s=200&v=4'],
themeConfig: {
name: 'Select',
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ storybook/index.js
.doc
.umi
.dumi/tmp
.dumi/tmp-test
.dumi/tmp-production
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"scripts": {
"start": "dumi dev",
"build": "dumi build",
"prepare": "dumi setup",
"compile": "father build",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
Expand Down

0 comments on commit 50ca337

Please sign in to comment.