Skip to content

Commit

Permalink
Added Babel polyfill for Object.Assign updates #14
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiguruma committed Sep 21, 2017
1 parent e99e88d commit 90b23e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
@@ -1,3 +1,4 @@
{
"presets": ["es2015"]
"presets": ["es2015"],
"plugins": ["transform-object-assign"]
}
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -25,6 +25,7 @@
"babel-eslint": "^6.1.2",
"babel-istanbul": "^0.12.1",
"babel-plugin-external-helpers": "^6.8.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.13.2",
"babel-register": "^6.11.6",
"babelrc-rollup": "^3.0.0",
Expand Down

0 comments on commit 90b23e8

Please sign in to comment.