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
Would be interesting to be able to know how different the input/output source is from Babel. Like what if you could see visually the difference of async function a() {} and the output? You could calculate the bytes change, and even suggest a change in config (loose mode, different transform, target different browser) and the % difference in size
My feature request would be a source map output view. It would be great to easily see the maps that babel creates for different configs
Ah~ I didn't realize this ticket was about that. I thought this was just saying we should add source maps to the output (like I've done here, although you may need to use an incognito link since it's got some caching).
EDIT: http://sokra.github.io/source-map-visualization/
Would be interesting to be able to know how different the input/output source is from Babel. Like what if you could see visually the difference of
async function a() {}
and the output? You could calculate the bytes change, and even suggest a change in config (loose mode, different transform, target different browser) and the % difference in sizehttps://twitter.com/jasonlaster11/status/893914807090520064 via @jasonLaster
Similar to https://twitter.com/left_pad/status/885547523233984512 - we should integrate this too @boopathi
The text was updated successfully, but these errors were encountered: