We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f230e commit 45bb865Copy full SHA for 45bb865
front/babel.config.js
@@ -3,6 +3,10 @@ module.exports = function (api) {
3
api.cache(true);
4
return {
5
presets: ["babel-preset-expo", "@babel/preset-typescript"],
6
- plugins: ["inline-dotenv", "react-native-reanimated/plugin"],
+ plugins: [
7
+ "inline-dotenv",
8
+ "react-native-reanimated/plugin",
9
+ ["@babel/plugin-transform-private-methods", { loose: true }],
10
+ ],
11
};
12
front/package.json
@@ -116,6 +116,7 @@
116
},
117
"devDependencies": {
118
"@babel/core": "^7.19.3",
119
+ "@babel/plugin-transform-private-methods": "^7.22.5",
120
"@babel/preset-typescript": "^7.16.0",
121
"@socialgouv/eslint-config-react": "^1.104.0",
122
"@socialgouv/eslint-config-typescript": "^1.88.0",
0 commit comments