Skip to content

Commit 315b6b2

Browse files
authored
chore: remove rc-util (#143)
1 parent 14babf5 commit 315b6b2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.fatherrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ export default defineConfig({
55
cjs: { output: 'lib' },
66
esm: {
77
output: 'es',
8-
alias: { 'rc-util/lib': 'rc-util/es' },
98
},
109
});

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ node_modules
2222
.cache
2323
*.css
2424
build
25+
dist
2526
lib
2627
es
2728
coverage

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
},
6868
"dependencies": {
6969
"@babel/runtime": "^7.24.7",
70-
"classnames": "^2.3.2",
71-
"rc-util": "^5.38.0"
70+
"classnames": "^2.3.2"
7271
},
7372
"peerDependencies": {
7473
"react": ">=16.9.0",

0 commit comments

Comments
 (0)