-
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
Next 13.4.3 onwards issue with swcPlugins #62
Comments
According to Compatibility for next 13.4.3 you should use |
Well, while i've found how to make plugin work with [email protected], it still doesn't work with 13.4.4 and up. It seems nextjs broke something in plugins support. I will create a separate issue on theirs repo. |
Tracking PR fixing thie issue: vercel/next.js#50651 |
Tested with |
hey @thekip! It doesn't seem to work with |
@where-are-the-turtles it's not enought information from your comment, what and how exactly not working. |
there are a bunch of errors from the loader:
|
it's just a warning. Just ignore it for now, it's not related to SWC plugin and already a known issue. |
Hello,
as of Next 13.4.3 I'm having issues with this plugin being used in my project. I troubleshooted on a blank Next project and my current work project, with both projects having the same dependency setup.
The second I add this to my next.config:
experimental: { swcPlugins: [ [ "@lingui/swc-plugin", {} ] ] }
My project dies with the following error messages from that issue: vercel/next.js#36078 (comment)
Could this, be in any way, related to the swc Plugin? I've trialed another swc plugin and it didn't cause the issue.
Running the 4.0.0 Plugin due to the swc core issue.
The text was updated successfully, but these errors were encountered: