Skip to content

Commit

Permalink
add to babel confnig
Browse files Browse the repository at this point in the history
  • Loading branch information
yagovelazquezfreestar committed Jul 24, 2024
1 parent 0cfad38 commit 46ea369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions babelConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +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')],
];
if (options.codeCoverage) {
plugins.push([useLocal('babel-plugin-istanbul')])
Expand Down

0 comments on commit 46ea369

Please sign in to comment.