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