git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 4b1462a0182a814136c0bdf3b47e5a45f12a63f6

add babel plugin for experimental class properties

Michael Williams committed on 1/3/2016, 6:55:29 AM
Parent: 99bc16e5212f7086422943407911f7c31443ab4c

Files changed

.babelrcchanged
package.jsonchanged
.babelrcView
@@ -4,9 +4,10 @@
44 "react"
55 ],
66 "plugins": [
77 "transform-runtime",
8- "transform-object-rest-spread"
8+ "transform-object-rest-spread",
9+ "transform-class-properties"
910 ],
1011 "env": {
1112 "hot": {
1213 "plugins": [
package.jsonView
@@ -73,8 +73,9 @@
7373 "wtch": "^4.0.1"
7474 },
7575 "dependencies": {
7676 "babel-core": "^6.2.1",
77+ "babel-plugin-transform-class-properties": "^6.3.13",
7778 "babel-plugin-transform-object-rest-spread": "^6.1.18",
7879 "babel-plugin-transform-runtime": "^6.1.18",
7980 "babel-preset-es2015": "^6.1.18",
8081 "babel-preset-react": "^6.1.18",

Built with git-ssb-web