diff --git a/babel.config.js b/babel.config.js index 84888b6..d3ac0fd 100644 --- a/babel.config.js +++ b/babel.config.js @@ -47,6 +47,12 @@ module.exports = function(api) { loose: true } ], + [ + require('@babel/plugin-proposal-private-methods').default, + { + loose: true + } + ], [ require('@babel/plugin-proposal-object-rest-spread').default, {