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 53f58d9 commit 1f164acCopy full SHA for 1f164ac
.fatherrc.js
@@ -1,6 +1,7 @@
1
export default {
2
cjs: 'babel',
3
esm: { type: 'babel', importLibToEs: true },
4
+ runtimeHelpers: true,
5
preCommit: {
6
eslint: true,
7
prettier: true,
package.json
@@ -61,6 +61,7 @@
61
"typescript": "^3.5.2"
62
},
63
"dependencies": {
64
+ "@babel/runtime": "^7.8.4",
65
"async-validator": "^3.0.3",
66
"rc-util": "^4.17.0",
67
"warning": "^4.0.3"
0 commit comments