Skip to content

Commit

Permalink
add object assign babel transform plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Sajnóg committed Jun 28, 2016
1 parent d747dc2 commit ecc7ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["es2015"]
}
"presets": ["es2015"],
"plugins": ["transform-object-assign"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"css-loader": "^0.23.1",
Expand Down

0 comments on commit ecc7ce6

Please sign in to comment.