Open aplr opened 1 month ago
Bumping now that NextJS 15 is out.
Facing this issue with Next 15.
Next changed metadata causing this plugin to no longer work for page router bump this issue https://github.com/vercel/next.js/issues/72019
You can use this plugin instead as a temporary workaround https://github.com/remorses/next-superjson
This package always uses the same version of @swc/core
so the SWC plugins continues to work, even if Next.js upgrades it, the plugin ships his own frozen version of SWC
Verify Next.js canary release
Describe the bug
When running the build, I get the following issue. I guess swc_core has to be updated. Is this planned?
Expected behavior
No build error
Reproduction link
No response
Version
0.6.3
Config
No response
Additional context
No response