git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 170a5e1d269cb4da35792976f2cf1b8537dcc008

use babel-runtime and respective transform

Michael Williams committed on 11/28/2015, 10:19:57 AM
Parent: e077e8e4d717d2c79b41f7287c20906ac86841db

Files changed

.babelrcchanged
package.jsonchanged
.babelrcView
@@ -3,7 +3,8 @@
33 "es2015",
44 "react"
55 ],
66 "plugins": [
7+ "transform-runtime",
78 "transform-object-rest-spread"
89 ]
910 }
package.jsonView
@@ -61,10 +61,12 @@
6161 },
6262 "dependencies": {
6363 "babel-core": "^6.2.1",
6464 "babel-plugin-transform-object-rest-spread": "^6.1.18",
65+ "babel-plugin-transform-runtime": "^6.1.18",
6566 "babel-preset-es2015": "^6.1.18",
6667 "babel-preset-react": "^6.1.18",
68+ "babel-runtime": "^6.2.0",
6769 "babelify": "^7.2.0",
6870 "browserify": "^12.0.1",
6971 "bulk-require": "^0.2.1",
7072 "bulkify": "^1.1.1",

Built with git-ssb-web