-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Plugins not working #181
Comments
It looks like it's actually being broken by a patch version of @swc/core 1.3.57 @swc/plugin-transform-paths appears to error out with
Which is a duplicate of |
cc @kwonoj |
maybe [email protected] regression? |
I am finding similar -- the problem begins at v1.5.47 and above. This appears to be when swc core was upgraded. |
Seems to cause similar errors with
Versions: Edit: there seems to be sweet spot with core @ 1.3.56 and the plugin at 1.5.62. |
I have the same problem(@swc/[email protected] ~). The workaround is to run synchronously( |
I believe wasmer@3 upgrade related failures are reasonably resolved. |
Using
"swc-loader": "^0.2.3",
"@swc/core": "1.3.55",
and any of
"@swc/plugin-emotion": "^2.5.61",
"@swc/plugin-transform-imports": "^1.5.61",
Causes my webpack/swc-loader build to fail with
.swcrc
If I introduce a plugin i.e.
The text was updated successfully, but these errors were encountered: