Skip to content

Commit

Permalink
build(babel): add transform-class-properties plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Nov 8, 2017
1 parent 7fdb717 commit a7c48b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
],
"env": {
"lib": {
"plugins": [
"babel-plugin-transform-class-properties",
],
"presets": [
["env", {
"targets": {
Expand Down

0 comments on commit a7c48b8

Please sign in to comment.