Matching Versions (Plugin Development) #7166
-
Hi. I am developing a plugin with version "0.69.30" of SWC core. Which version of the NodeJS package is supposed to work with it? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 17 replies
-
To be more concrete: I am facing the following runtime error:
while everything seems to build without any errors. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The plugin is called as follows:
By removing the plugin, the error vanishes. But this is not the goal of this exercise :-D |
Beta Was this translation helpful? Give feedback.
-
The signature of my plugin looks as follows:
The plugin is built using |
Beta Was this translation helpful? Give feedback.
-
it seems there an issue in latest swc. plugins simply doesn't work, and swc authors working on that. You can follow discussing here vercel/next.js#46989 (comment) and here lingui/swc-plugin#39 and here #6807 (comment) |
Beta Was this translation helpful? Give feedback.
it seems there an issue in latest swc. plugins simply doesn't work, and swc authors working on that. You can follow discussing here vercel/next.js#46989 (comment) and here lingui/swc-plugin#39 and here #6807 (comment)