Skip to content

Commit 712ec89

Browse files
committed
chore: bump father plugin
1 parent 1368c9e commit 712ec89

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.fatherrc.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import { defineConfig } from 'father';
22

33
export default defineConfig({
4-
platform: 'browser',
5-
cjs: { output: 'lib' },
6-
esm: {
7-
output: 'es',
8-
alias: { 'rc-util/lib': 'rc-util/es' },
9-
},
4+
plugins: ['@rc-component/father-plugin'],
105
});

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "rc-input",
3-
"version": "1.7.2",
2+
"name": "@rc-component/input",
3+
"version": "1.0.0-0",
44
"description": "React input component",
55
"keywords": [
66
"react",
@@ -44,11 +44,12 @@
4444
"prepare": "husky install"
4545
},
4646
"dependencies": {
47-
"@babel/runtime": "^7.11.1",
4847
"classnames": "^2.2.1",
49-
"rc-util": "^5.18.1"
48+
"@rc-component/util": "^1.2.0"
5049
},
5150
"devDependencies": {
51+
"@rc-component/father-plugin": "^2.0.3",
52+
"@rc-component/np": "^1.0.3",
5253
"@testing-library/jest-dom": "^6.6.3",
5354
"@testing-library/react": "^16.0.1",
5455
"@testing-library/user-event": "^14.0.0-beta",

0 commit comments

Comments
 (0)