Uncaught Error: Module "querystring" has been externalized for browser compatibility. Cannot access "querystring.stringify" in client code #18671
Unanswered
ciweiandmao
asked this question in
Q&A
Replies: 1 comment
-
I solve this problem,you need to write a custom function to replace the function of querystring, but Vite doesn't want you to process data in the front-end function stringify(obj) { function handleClick() { |
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 use Vite 5.4.2 for the error
Uncaught Error: Module "querystring" has been externalized for browser compatibility. Cannot access "querystring.stringify" in client code
Beta Was this translation helpful? Give feedback.
All reactions