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 f47282c commit 75ec3acCopy full SHA for 75ec3ac
.fatherrc.js
@@ -5,4 +5,5 @@ export default {
5
eslint: true,
6
prettier: true,
7
},
8
+ runtimeHelpers: true,
9
};
package.json
@@ -41,6 +41,7 @@
41
"coverage": "father test --coverage"
42
43
"dependencies": {
44
+ "@babel/runtime": "^7.11.1",
45
"classnames": "^2.2.1"
46
47
"devDependencies": {
0 commit comments