Skip to content

Commit

Permalink
test: fix missing babel/plugin-proposal-class-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Feb 6, 2025
1 parent 101cd9c commit 219115a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/ledger-live-mobile/e2e/babel.config.detox.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
plugins: [
"@babel/plugin-transform-named-capturing-groups-regex",
"@babel/plugin-proposal-export-namespace-from",
["@babel/plugin-proposal-class-properties", { loose: true }],
"react-native-reanimated/plugin",
],
};
1 change: 1 addition & 0 deletions apps/ledger-live-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
},
"devDependencies": {
"@babel/core": "7.24.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
Expand Down

0 comments on commit 219115a

Please sign in to comment.