-
Notifications
You must be signed in to change notification settings - Fork 15
Bump swc_core to 0.78.* #88
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
Conversation
I have a NextJS application that doesn't run because of this bug. Is there a way I can target a build of this merge branch? If it works then I can confirm it easily. |
Hi, @MJomaa I have already tested with a project of mine and it works. Either way, I'll publish here in the next few hours a prebuilt version of the library that you can easily install using If you don't want to wait, you can do the following steps (you need to have Rust installed):
|
Let me know if you need anything else! |
No, thank your for the detailed instructions :) |
Here is the prebuilt version of this PR: next-superjson-plugin-bump-swc-core-v0.78.tar.gz To install it in your project, run Please be sure to delete the |
@limwa Can confirm, this fixes the issue. Thank you! |
No worries, glad I was able to help! |
Since Next.js v13.4.8-canary.10 (vercel/next.js#51943), swc_core 0.78.24 is now used.
Closes #86.
Edit: Changed "Related to" to "Closes"