Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
feature: パッケージの更新と, svgr の v3 対応と, babel plugin の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
teramotodaiki committed Oct 16, 2018
1 parent 5d20eba commit 923715c
Show file tree
Hide file tree
Showing 4 changed files with 6,801 additions and 8,389 deletions.
9 changes: 8 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"presets": ["react-app"],
"plugins": ["transform-decorators-legacy"]
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
]
]
}
Loading

0 comments on commit 923715c

Please sign in to comment.