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 ac1990b commit dfde94fCopy full SHA for dfde94f
.fatherrc.js
.fatherrc.ts
@@ -0,0 +1,5 @@
1
+import { defineConfig } from 'father';
2
+
3
+export default defineConfig({
4
+ plugins: ['@rc-component/father-plugin'],
5
+});
package.json
@@ -50,14 +50,15 @@
50
"rc-util": "^5.37.0"
51
},
52
"devDependencies": {
53
+ "@rc-component/father-plugin": "^1.0.0",
54
"@testing-library/jest-dom": "^5.16.4",
55
"@testing-library/react": "^12.0.0",
56
"@types/classnames": "^2.2.9",
57
"@types/enzyme": "^3.10.8",
58
"@types/jest": "^26.0.23",
59
"@types/react": "^16.14.2",
60
"@types/react-dom": "^16.9.10",
- "@umijs/fabric": "^2.0.8",
61
+ "@umijs/fabric": "^3.0.0",
62
"glob": "^10.0.0",
63
"cross-env": "^7.0.2",
64
"dumi": "^2.0.0",
0 commit comments