Skip to content

Commit

Permalink
chore: Update pkg to use babel runtime deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed May 29, 2020
1 parent eab53c6 commit 7b08d5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .fatherrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
export default {
cjs: "babel",
esm: { type: "babel", importLibToEs: true },
cjs: 'babel',
esm: { type: 'babel', importLibToEs: true },
preCommit: {
eslint: true,
prettier: true
}
prettier: true,
},
runtimeHelpers: true,
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"typescript": "^3.9.2"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
"raf": "^3.4.1",
"rc-dropdown": "^3.1.0",
Expand Down

0 comments on commit 7b08d5e

Please sign in to comment.