Do module interceptor like import-in-the-middle work with nextjs? #74627
Unanswered
kshitiz-okahu
asked this question in
Help
Replies: 1 comment
-
What version of Next.js do you have? In this PR, #70922, that library was added to be taken as an external, by default, because it does some unwanted mutations. Got a link to a repository? |
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
-
Summary
I have a small nextjs app which uses a POST API route. I am trying to use import-in-the-middle package to intercept module loading. But the module loading interception does not work.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions