Skip to content

Commit

Permalink
Update .fatherrc.js (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 12, 2024
1 parent 4e31189 commit d905f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .fatherrc.js
@@ -1,10 +1,5 @@
import { defineConfig } from 'father';

export default defineConfig({
platform: 'browser',
cjs: { output: 'lib' },
esm: {
output: 'es',
alias: { 'rc-util/lib': 'rc-util/es' },
},
});
plugins: ['@rc-component/father-plugin'],
});
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -54,6 +54,7 @@
"rc-virtual-list": "^3.5.2"
},
"devDependencies": {
"@rc-component/father-plugin": "^1.0.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.0.0",
"@types/jest": "^26.0.24",
Expand Down

0 comments on commit d905f98

Please sign in to comment.