Skip to content

Commit

Permalink
Add private methods loose explicitly (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 authored May 19, 2021
1 parent dc8a5bc commit b9adfdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = {
**/
['@babel/plugin-proposal-decorators', { legacy: true }],
['@babel/plugin-proposal-class-properties', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: true }],
[
'@babel/plugin-transform-runtime',
{
Expand Down

0 comments on commit b9adfdd

Please sign in to comment.