Skip to content

Commit

Permalink
add plugin to transform object assign
Browse files Browse the repository at this point in the history
  • Loading branch information
morewry committed Dec 15, 2016
1 parent c87dc36 commit 5fecb97
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 5fecb97

Please sign in to comment.