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 9453a84 commit 04df117Copy full SHA for 04df117
.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
@@ -47,11 +47,12 @@
47
"father": "^2.14.0",
48
"np": "^5.0.3",
49
"react": "^16.2.0",
50
- "react-dom": "^16.2.0"
+ "react-dom": "^16.2.0",
51
+ "typescript": "^3.8.3"
52
53
"dependencies": {
54
+ "@babel/runtime": "^7.9.2",
55
"add-dom-event-listener": "^1.1.0",
- "babel-runtime": "6.x",
56
"prop-types": "^15.5.10",
57
"react-is": "^16.12.0",
58
"react-lifecycles-compat": "^3.0.4",
0 commit comments