-
Notifications
You must be signed in to change notification settings - Fork 15
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
Doesn't work with nextjs@12 compiler #7
Comments
It builds fine with nextjs 13. Probably plugin build with a newer version of SWC and causes versions mismatch |
so we have to upgrade to nextjs13? |
I'm trying to find a solution, but looks like swc plugins is so bleeding edge and api is very unstable |
Unfortunately, it seems that nextjs@12 and nextjs@13 has different plugin api, so supporting both is impossible. |
Related swc-project/swc#5060 |
next.config.js
Receive error when build:
Next.js v12.3.1
Plugin: 0.1.0
The text was updated successfully, but these errors were encountered: