We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cabfb commit a79d3d6Copy full SHA for a79d3d6
2 files changed
.fatherrc.js
@@ -1,9 +1,5 @@
1
import { defineConfig } from 'father';
2
3
export default defineConfig({
4
- platform: 'browser',
5
- cjs: { output: 'lib' },
6
- esm: {
7
- output: 'es',
8
- },
+ plugins: ['@rc-component/father-plugin'],
9
});
package.json
@@ -44,7 +44,7 @@
44
},
45
"devDependencies": {
46
"@ant-design/tools": "^18.0.2",
47
- "@rc-component/father-plugin": "^1.0.0",
+ "@rc-component/father-plugin": "^2.2.0",
48
"@rc-component/np": "^1.0.0",
49
"@testing-library/jest-dom": "^6.1.4",
50
"@testing-library/react": "^16.0.0",
@@ -55,7 +55,7 @@
55
"@umijs/fabric": "^4.0.1",
56
"dumi": "^2.1.0",
57
"eslint": "^8.51.0",
58
- "father": "^4.0.0",
+ "father": "^4.4.4",
59
"jest-canvas-mock": "^2.5.2",
60
"less": "^4.2.0",
61
"rc-test": "^7.0.13",
0 commit comments