Skip to content

Commit

Permalink
fix(package): add spread operator babel transform
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienMotte committed Feb 12, 2017
1 parent 5b8850c commit 77a65bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"ava": "^0.18.1",
"babel-cli": "^6.22.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
Expand All @@ -55,7 +56,8 @@
"development": {
"sourceMaps": "inline",
"plugins": [
"transform-runtime"
"transform-runtime",
"transform-object-rest-spread"
]
}
}
Expand Down

0 comments on commit 77a65bd

Please sign in to comment.