Need some help building and running swc
from source?
#5349
-
When I'm running
And when I'm trying to build it using
Any ideas on how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You need to specify Currently it's not well documented to list features need to be specified explicitly, which aims to be resolved by having a new package eventually. |
Beta Was this translation helpful? Give feedback.
-
Forgot to say, seeing this error is expected since we have some feature merge collision between native pkg & wasm one. Best bet is run it separately - |
Beta Was this translation helpful? Give feedback.
You need to specify
--feature plugin_transform_schema_v1
as well.Currently it's not well documented to list features need to be specified explicitly, which aims to be resolved by having a new package eventually.