Skip to content

Commit

Permalink
Added babel transform for ie10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightgunning committed Jun 26, 2018
1 parent 88ecf28 commit 1c46280
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .babelrc
Expand Up @@ -6,5 +6,8 @@
},
}]
],
plugins: ['@babel/plugin-transform-object-assign'],
plugins: [
'@babel/plugin-transform-object-assign',
'@babel/plugin-transform-object-set-prototype-of-to-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
Expand Up @@ -54,6 +54,7 @@
"devDependencies": {
"@babel/core": "^7.0.0-beta.47",
"@babel/plugin-transform-object-assign": "^7.0.0-beta.47",
"@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.47",
"babel-loader": "^8.0.0-beta",
"coveralls": "^3.0.1",
Expand Down

0 comments on commit 1c46280

Please sign in to comment.