Commit 49ed5d9d authored by Grandschtroumpf's avatar Grandschtroumpf

Add transform-object-rest-spread to babel

parent 8af7827a
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
"transform-es2015-classes", "transform-es2015-classes",
"transform-es2015-computed-properties", "transform-es2015-computed-properties",
"transform-es2015-destructuring", "transform-es2015-destructuring",
"transform-object-rest-spread",
"transform-es2015-duplicate-keys", "transform-es2015-duplicate-keys",
"transform-es2015-for-of", "transform-es2015-for-of",
"transform-es2015-function-name", "transform-es2015-function-name",
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
"async": "^2.1.2", "async": "^2.1.2",
"babel-eslint": "^7.1.1", "babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-yo-yoify": "^0.3.3", "babel-plugin-yo-yoify": "^0.3.3",
"babel-polyfill": "^6.22.0", "babel-polyfill": "^6.22.0",
"babel-preset-env": "^1.6.1", "babel-preset-env": "^1.6.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment