We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e48878 commit b93ee26Copy full SHA for b93ee26
.fatherrc.js
@@ -1,8 +1,9 @@
1
export default {
2
cjs: 'babel',
3
esm: { type: 'babel', importLibToEs: true },
4
+ runtimeHelpers: true,
5
preCommit: {
6
eslint: true,
7
prettier: true,
8
},
-};
9
+};
package.json
@@ -63,6 +63,7 @@
63
"typescript": "^3.5.2"
64
65
"dependencies": {
66
+ "@babel/runtime": "^7.20.0",
67
"classnames": "^2.2.6",
68
"rc-resize-observer": "^1.0.0",
69
"rc-util": "^5.15.0"
0 commit comments