Skip to content

Commit

Permalink
Fix babel warning about private-methods (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
navidemad authored and carsso committed May 20, 2021
1 parent 879afb3 commit e434fbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ module.exports = function (api) {
useBuiltIns: true,
},
],
[
"@babel/plugin-proposal-private-methods",
{
loose: true,
},
],
[
"@babel/plugin-transform-runtime",
{
Expand Down

0 comments on commit e434fbb

Please sign in to comment.