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 committed May 19, 2021
1 parent 4fd37ce commit 06ba732
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions babel.config.js
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 06ba732

Please sign in to comment.