We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11190f4 commit a238ab0Copy full SHA for a238ab0
2 files changed
.fatherrc.ts
@@ -1,10 +1,6 @@
1
+
2
import { defineConfig } from 'father';
3
4
export default defineConfig({
- 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
@@ -45,6 +45,7 @@
45
]
46
},
47
"devDependencies": {
48
+ "@rc-component/father-plugin": "^1.0.0",
49
"@types/classnames": "^2.2.10",
50
"@types/jest": "^26.0.4",
51
"@umijs/fabric": "^3.0.0",
0 commit comments