We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79b137 commit 2096fd0Copy full SHA for 2096fd0
CHANGELOG.md
@@ -13,7 +13,7 @@ Also debugging why some specific version of decorators with some other unstable/
13
react({
14
useAtYourOwnRisk_mutateSwcOptions(options) {
15
options.jsc.parser.decorators = true;
16
- options.jsAc.transform.decoratorVersion = "2022-03";
+ options.jsc.transform.decoratorVersion = "2022-03";
17
},
18
});
19
```
0 commit comments