Commit 170a5e1d269cb4da35792976f2cf1b8537dcc008
use babel-runtime and respective transform
Michael Williams committed on 11/28/2015, 10:19:57 AMParent: e077e8e4d717d2c79b41f7287c20906ac86841db
Files changed
.babelrc | changed |
package.json | changed |
.babelrc | ||
---|---|---|
@@ -3,7 +3,8 @@ | ||
3 | 3 | "es2015", |
4 | 4 | "react" |
5 | 5 | ], |
6 | 6 | "plugins": [ |
7 | + "transform-runtime", | |
7 | 8 | "transform-object-rest-spread" |
8 | 9 | ] |
9 | 10 | } |
package.json | ||
---|---|---|
@@ -61,10 +61,12 @@ | ||
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | 63 | "babel-core": "^6.2.1", |
64 | 64 | "babel-plugin-transform-object-rest-spread": "^6.1.18", |
65 | + "babel-plugin-transform-runtime": "^6.1.18", | |
65 | 66 | "babel-preset-es2015": "^6.1.18", |
66 | 67 | "babel-preset-react": "^6.1.18", |
68 | + "babel-runtime": "^6.2.0", | |
67 | 69 | "babelify": "^7.2.0", |
68 | 70 | "browserify": "^12.0.1", |
69 | 71 | "bulk-require": "^0.2.1", |
70 | 72 | "bulkify": "^1.1.1", |
Built with git-ssb-web