Skip to content

Commit

Permalink
Add object.assign transpiling for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
eKoopmans committed Feb 25, 2018
1 parent 7098cc9 commit 7a6f799
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
]
],
"plugins": [
"external-helpers"
"external-helpers",
"transform-object-assign"
]
}
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"gulp": "^3.9.1",
"rimraf": "^2.6.2",
Expand Down

0 comments on commit 7a6f799

Please sign in to comment.