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 da7b3f2 commit 198c70eCopy full SHA for 198c70e
.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
- },
+ plugins: ['@rc-component/father-plugin'],
10
});
package.json
@@ -48,6 +48,7 @@
48
"rc-util": "^5.8.0"
49
},
50
"devDependencies": {
51
+ "@rc-component/father-plugin": "^1.0.0",
52
"@testing-library/jest-dom": "^5.16.4",
53
"@testing-library/react": "^13.0.0",
54
"@types/jest": "^26.0.20",
0 commit comments