Skip to content

Commit

Permalink
[core] Fix babel plugin name (#12209)
Browse files Browse the repository at this point in the history
Just to be sure.
  • Loading branch information
oliviertassinari authored Jul 20, 2018
1 parent 4bf97b5 commit 3fed2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"plugins": [
"@babel/plugin-transform-object-assign",
["@babel/transform-runtime", { "polyfill": false, "useBuiltIns": true }]
["@babel/plugin-transform-runtime", { "polyfill": false, "useBuiltIns": true }]
],
"env": {
"coverage": {
Expand Down

0 comments on commit 3fed2d6

Please sign in to comment.