-
Notifications
You must be signed in to change notification settings - Fork 177
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
SWC support #622
Comments
@oreqizer can you provide more details around what isn't currently working with SWC? |
I meant if there is a SWC plugin planned with functionality like |
Are there any updates? My team uses NextJS + Apollo and SWC support blocks us from migrating the app from Babel to SWC. |
+1 on the next limitation |
I just learned about this when I added a .babelrc file to my next.js project as documented and saw this in my console
There seems to be a way to force swc on but I assume this isn't going to be compatible with
What is involved to get I also see this which might be the solution. I am so new to swc though I have no idea how to use it. |
As far as I know you can't use SWC and Babel at the same time with Next, so both this force option and the plugin feel weird |
🥲 |
@Enalmada @lhguerra I think I have added majority of features needed for this, can you check this now? |
Will there be a SWC support?
The text was updated successfully, but these errors were encountered: