Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Use transform-class-properties babel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill committed Jan 4, 2018
1 parent 47fe275 commit 9496259
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 55 deletions.
1 change: 1 addition & 0 deletions .babelrc
Expand Up @@ -10,6 +10,7 @@
"plugins": [
"transform-react-inline-elements",
"transform-react-constant-elements",
"transform-class-properties",
"syntax-dynamic-import"
]
}
120 changes: 65 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -137,6 +137,7 @@
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-react-constant-elements": "^6.4.0",
"babel-plugin-transform-react-inline-elements": "^6.4.0",
"babel-polyfill": "^6.3.14",
Expand Down

0 comments on commit 9496259

Please sign in to comment.