Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .fatherrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ import { defineConfig } from 'father';

export default defineConfig({
plugins: ['@rc-component/father-plugin'],
targets: {
ie: 11,
},
});
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"gh-pages": "npm run docs:build && npm run docs:deploy",
"lint": "eslint src --ext .tsx,.ts,.jsx,.js",
"now-build": "npm run docs:build",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"prepublishOnly": "npm run compile && rc-np",
"prettier": "prettier . --write",
"postpublish": "npm run gh-pages",
"start": "dumi dev",
Expand All @@ -49,7 +49,8 @@
"@babel/runtime": "^7.24.4"
},
"devDependencies": {
"@rc-component/father-plugin": "^1.0.2",
"@rc-component/father-plugin": "^2.2.0",
"@rc-component/np": "^1.0.3",
"@types/jest": "^29.5.12",
"@types/react": "18.x",
"@types/react-dom": "18.x",
Expand All @@ -59,7 +60,6 @@
"father": "^4.4.0",
"gh-pages": "^6.1.1",
"lint-staged": "^15.2.2",
"np": "^10.0.3",
"prettier": "^3.2.5",
"rc-test": "^7.0.15",
"react": "^18.2.0",
Expand Down
Loading