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 eab53c6 commit 7b08d5eCopy full SHA for 7b08d5e
.fatherrc.js
@@ -1,8 +1,9 @@
1
export default {
2
- cjs: "babel",
3
- esm: { type: "babel", importLibToEs: true },
+ cjs: 'babel',
+ esm: { type: 'babel', importLibToEs: true },
4
preCommit: {
5
eslint: true,
6
- prettier: true
7
- }
+ prettier: true,
+ },
8
+ runtimeHelpers: true,
9
};
package.json
@@ -73,6 +73,7 @@
73
"typescript": "^3.9.2"
74
},
75
"dependencies": {
76
+ "@babel/runtime": "^7.10.1",
77
"classnames": "2.x",
78
"raf": "^3.4.1",
79
"rc-dropdown": "^3.1.0",
0 commit comments