We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e31189 commit d905f98Copy full SHA for d905f98
.fatherrc.js
@@ -1,10 +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
- alias: { 'rc-util/lib': 'rc-util/es' },
9
- },
10
-});
+ plugins: ['@rc-component/father-plugin'],
+});
package.json
@@ -54,6 +54,7 @@
54
"rc-virtual-list": "^3.5.2"
55
},
56
"devDependencies": {
57
+ "@rc-component/father-plugin": "^1.0.2",
58
"@testing-library/jest-dom": "^5.16.5",
59
"@testing-library/react": "^13.0.0",
60
"@types/jest": "^26.0.24",
0 commit comments