Skip to content

Commit

Permalink
feat: add http-service pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
fmal committed Oct 9, 2019
1 parent f8c1d68 commit 85d828f
Show file tree
Hide file tree
Showing 28 changed files with 2,650 additions and 642 deletions.
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ module.exports = api => {
regenerator: false,
useESModules: babelEnv === 'es'
}
]
],
babelEnv === 'cjs' && 'babel-plugin-add-module-exports'
].filter(Boolean);

return {
Expand Down
Loading

0 comments on commit 85d828f

Please sign in to comment.