how to define node_modules path if I use swc into CLI ? #10121
Replies: 1 comment
-
swcrc's plugin name resolves to node modules, but if it's an absolute file path will skip the resolution and reads it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use swc in my CLI project, as swc config placed into npm-package and placement of swc plugins is not placed in
project/node_modules
, it placed inproject/node_modules/my-cli-package/nodu_modules
. Is it possible to define paths for getting plugins ?original error:
Beta Was this translation helpful? Give feedback.
All reactions