Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for legacy decorators when enabled in tsconfig/jsconfig #31375

Closed
timneutkens opened this issue Nov 13, 2021 · 1 comment · Fixed by #31376
Closed

Add support for legacy decorators when enabled in tsconfig/jsconfig #31375

timneutkens opened this issue Nov 13, 2021 · 1 comment · Fixed by #31376
Assignees
Labels
SWC Related to minification/transpilation in Next.js.

Comments

@timneutkens
Copy link
Member

timneutkens commented Nov 13, 2021

Unfortunately it seems that a group of apps is using legacy decorators in babelrc for integration with older mobx applications. We can add support for this through the experimentalDecorators flag in tsconfig/jsconfig as per @kdy1 that flag is the same as legacy decorators.

@timneutkens timneutkens self-assigned this Nov 13, 2021
@timneutkens timneutkens added kind: story SWC Related to minification/transpilation in Next.js. labels Nov 13, 2021
timneutkens added a commit to timneutkens/next.js that referenced this issue Nov 13, 2021
@balazsorban44
Copy link
Member

This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@vercel vercel locked as resolved and limited conversation to collaborators Jan 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
SWC Related to minification/transpilation in Next.js.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants