Skip to content

Commit

Permalink
perf: enable runtimeHelpers
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 27, 2022
1 parent 9e48878 commit b93ee26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .fatherrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
export default {
cjs: 'babel',
esm: { type: 'babel', importLibToEs: true },
runtimeHelpers: true,
preCommit: {
eslint: true,
prettier: true,
},
};
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"typescript": "^3.5.2"
},
"dependencies": {
"@babel/runtime": "^7.20.0",
"classnames": "^2.2.6",
"rc-resize-observer": "^1.0.0",
"rc-util": "^5.15.0"
Expand Down

1 comment on commit b93ee26

@vercel
Copy link

@vercel vercel bot commented on b93ee26 Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.