Vite React Code Hiding #338
Unanswered
serhatzunluoglu
asked this question in
Q&A
Replies: 2 comments 2 replies
-
This is likely a limitation of Vite's non-bundled approach vitejs/vite#16440 (reply in thread) |
Beta Was this translation helpful? Give feedback.
2 replies
-
I don't understand, what is the problem of having sources present in development? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
In my react project that I created with Vite, I do not want the codes to appear in the sources section in the browser. How can I do that? I tried things like sourcemap=false but it didn't work.

Beta Was this translation helpful? Give feedback.
All reactions