Replies: 2 comments 4 replies
-
There are certain platform/target does not support plugins. What's the target triple? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Local: x86_64-amazon-linux-gnu |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure that this is correct place for this question but here it is;
I have very simple swc visitor plugin.
Using amazon linux 23 wsl image testing transform / transformSync functions i got valid result.
The same transform code published in aws amplify. which is linux x64 lambda does not work. It does not give any error - plugin is just ignored.
File path is correct. File seems fine and transform looks ok.
I have added println in first line of "process_transform function" function and while it work on local docker it does not on lambda.
Does anyone had similar issues? Any ideas what can it be and why deployed code is ignored?
I know that is very special case...
Best
Kalin
Beta Was this translation helpful? Give feedback.
All reactions