Skip to content

Commit

Permalink
Merge pull request #1510 from thostetler/bugfix/bbb-1509-resources-fo…
Browse files Browse the repository at this point in the history
…rever-loading-in-ie

Fixes Object.assign issue
  • Loading branch information
ehenneken committed Jun 25, 2018
2 parents 3c56f24 + ae1d4c5 commit 3fc0549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"plugins": [
"transform-react-jsx",
["transform-object-rest-spread", { "useBuiltIns": true }]
["transform-object-rest-spread", { "useBuiltIns": true }],
"transform-object-assign"
],
"presets": [
[
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"devDependencies": {
"async": "^2.5.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
Expand Down

0 comments on commit 3fc0549

Please sign in to comment.