We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9601ce commit ad05a3aCopy full SHA for ad05a3a
1 file changed
babel.config.js
@@ -14,5 +14,9 @@ module.exports = {
14
],
15
},
16
17
- plugins: [['@babel/plugin-proposal-private-property-in-object', { loose: true }]],
+ plugins: [
18
+ ['@babel/plugin-proposal-private-property-in-object', { loose: true }],
19
+ ['@babel/plugin-proposal-class-properties', { loose: true }],
20
+ ['@babel/plugin-proposal-private-methods', { loose: true }],
21
+ ],
22
};
0 commit comments