Skip to content

Commit

Permalink
Merge pull request #14 from morewry/pr/objectAssign
Browse files Browse the repository at this point in the history
add plugin to transform object assign
  • Loading branch information
acolchado authored Dec 15, 2016
2 parents c87dc36 + 5fecb97 commit a86ddb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": ["es2015-loose"],
"plugins": ["add-module-exports"],
"plugins": ["add-module-exports", "transform-object-assign"],
"sourceMaps": "both",
"retainLines": "true"
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-es2015-loose": "^7.0.0",
"chai": "^3.5.0",
Expand Down

0 comments on commit a86ddb5

Please sign in to comment.