You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool if Next.js can pickup a custom .swcrc config file in a project root directory.
For example, I have decorators in project's codebase and I have .swcrc file
Describe the feature you'd like to request
It would be cool if Next.js can pickup a custom
.swcrc
config file in a project root directory.For example, I have decorators in project's codebase and I have
.swcrc
fileSo I turned on decorators support and tests are running just fine for the last weeks.
But Next.js struggle to compile it.
Describe the solution you'd like
It would be cool if Next.js can pickup a custom
.swcrc
config file in a project root directory.Describe alternatives you've considered
Next.js having all those things turned on by default may be?
The text was updated successfully, but these errors were encountered: