You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe React shouldn't point to the return token here - despite that expression being inlined into the return statement after minification. This leads to weird sourcemapping issues, see my original report about this in the Vite's repo here: vitejs/vite#19819
The text was updated successfully, but these errors were encountered:
You're saying what you think shouldn't happen, but you haven't said what you think should happen. What would you like for esbuild to do here? What's the mapping that makes Chrome Developer Tools do what you want it to?
Code:
Options:
Online repl: here
Visualized:
I believe
React
shouldn't point to the return token here - despite that expression being inlined into the return statement after minification. This leads to weird sourcemapping issues, see my original report about this in the Vite's repo here: vitejs/vite#19819The text was updated successfully, but these errors were encountered: