Skip to content

Commit

Permalink
fix problem for private methods
Browse files Browse the repository at this point in the history
  • Loading branch information
yagovelazquezfreestar committed Jul 24, 2024
1 parent 46ea369 commit b632096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babelConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = function (options = {}) {
const plugins = [
[path.resolve(__dirname, './plugins/pbjsGlobals.js'), options],
[useLocal('@babel/plugin-transform-runtime')],
[useLocal('@babel/plugin-transform-runtime')],
[useLocal('@babel/plugin-proposal-private-methods')],
];
if (options.codeCoverage) {
plugins.push([useLocal('babel-plugin-istanbul')])
Expand Down

0 comments on commit b632096

Please sign in to comment.