Skip to content

Commit

Permalink
feat: add storybook packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hyex committed Nov 25, 2020
1 parent 0b09ad2 commit dd69d02
Show file tree
Hide file tree
Showing 3 changed files with 1,059 additions and 386 deletions.
16 changes: 9 additions & 7 deletions client/.babelrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"presets":
[
"@babel/preset-react",
"@babel/preset-env",
"@babel/preset-typescript"
]
}
"presets": [
"@babel/preset-react",
"@babel/preset-env",
"@babel/preset-typescript"
],
"plugins": [
["@babel/plugin-transform-typescript", { "allowNamespaces": true }]
]
}
Loading

0 comments on commit dd69d02

Please sign in to comment.