We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6beba5a commit 0f8cb16Copy full SHA for 0f8cb16
babel.config.json
@@ -26,16 +26,16 @@
26
]
27
],
28
"plugins": [
29
- // added to mitigate https://github.com/babel/babel/issues/14289
30
- // package (and following line) can be removed once the issue is fixed and released
31
- "@babel/plugin-proposal-class-properties",
32
[
33
"@babel/plugin-transform-typescript",
34
{
35
"allowNamespaces": true,
36
"allowDeclareFields": true
37
}
38
+ // added to mitigate https://github.com/babel/babel/issues/14289
+ // package (and following line) can be removed once the issue is fixed and released
+ "@babel/plugin-proposal-class-properties",
39
["@babel/plugin-proposal-object-rest-spread", { "loose": true }],
40
"@babel/plugin-transform-react-constant-elements",
41
"@babel/plugin-proposal-nullish-coalescing-operator",
0 commit comments