Skip to content

Commit

Permalink
[PFG-3240] feat: add_support_chrome_80 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
yagovelazquezfreestar authored Aug 5, 2024
1 parent b3b7c56 commit 36b067e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 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-proposal-private-methods')],
];
if (options.codeCoverage) {
plugins.push([useLocal('babel-plugin-istanbul')])
Expand Down
33 changes: 31 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@wdio/browserstack-service": "^8.29.0",
"@wdio/cli": "^8.29.0",
"@wdio/concise-reporter": "^8.29.0",
Expand Down

0 comments on commit 36b067e

Please sign in to comment.