Skip to content

Commit

Permalink
Suppress warnings of babel
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Apr 26, 2023
1 parent 73ef70c commit b7a70cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@
{
"async": false
}
],
[
"@babel/plugin-proposal-private-property-in-object",
{
loose: true
}
],
[
"@babel/plugin-proposal-private-methods",
{
"loose": true
}
]
]
}

0 comments on commit b7a70cd

Please sign in to comment.