Skip to content

Commit

Permalink
chore: fix missing babel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Oct 31, 2018
1 parent aaab15a commit 1ee5234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@babel/preset-react"
],
"plugins": [
["@babel/plugin-proposal-class-properties", { "loose": true }],
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-object-rest-spread"
]
Expand Down

0 comments on commit 1ee5234

Please sign in to comment.