Replies: 1 comment
-
I resolved it like this: #29010 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Is anyone seeing the following error trying to migrate to v19.6.1, from v19.5.7 in our case. Not sure if this is a regression or not.
SyntaxError: Decorators are not enabled. If you are using ["@babel/plugin-proposal-decorators", { "version": "legacy" }], make sure it comes *before* "@babel/plugin-transform-class-properties" and enable loose mode, like so: ["@babel/plugin-proposal-decorators", { "version": "legacy" }] ["@babel/plugin-transform-class-properties", { "loose": true }]
Beta Was this translation helpful? Give feedback.
All reactions