-
I am trying to integrate SWC with an old code base that uses the node resolution algorithm with ES module imports which do not use a Is it possible to configure SWC to support the node module resolution algorithm so that they can be detected. I notice that Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
What happens if you use commonjs module setting? |
Beta Was this translation helpful? Give feedback.
-
FYI, this problem was related to imports without a valid file extension that contained a period, a fix is in this PR: #1748. |
Beta Was this translation helpful? Give feedback.
-
This problem was fixed with the merge of #1748. |
Beta Was this translation helpful? Give feedback.
This problem was fixed with the merge of #1748.