We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14babf5 commit 315b6b2Copy full SHA for 315b6b2
.fatherrc.js
@@ -5,6 +5,5 @@ export default defineConfig({
5
cjs: { output: 'lib' },
6
esm: {
7
output: 'es',
8
- alias: { 'rc-util/lib': 'rc-util/es' },
9
},
10
});
.gitignore
@@ -22,6 +22,7 @@ node_modules
22
.cache
23
*.css
24
build
25
+dist
26
lib
27
es
28
coverage
package.json
@@ -67,8 +67,7 @@
67
68
"dependencies": {
69
"@babel/runtime": "^7.24.7",
70
- "classnames": "^2.3.2",
71
- "rc-util": "^5.38.0"
+ "classnames": "^2.3.2"
72
73
"peerDependencies": {
74
"react": ">=16.9.0",
0 commit comments