Skip to content

Commit

Permalink
Fix local development.
Browse files Browse the repository at this point in the history
Local development was not working unless `class`es were transpiled.
  • Loading branch information
tech4him1 committed Nov 21, 2017
1 parent f14360e commit d7eb24a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"react"
],
"plugins": [
"transform-class-properties",
"transform-es2015-classes",
"react-hot-loader/babel",
"lodash",
["babel-plugin-transform-builtin-extend", {
Expand Down

0 comments on commit d7eb24a

Please sign in to comment.