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
{{ message }}
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.
Thanks for the great work you've done with source maps!
I noticed that get almost a full screens worth of "Generating sourcemap for ..." messages. I've been doing a lot of scrolling to see my debug logging statements in development. Do you think it's a good idea to condense the source map logs down into one log line?
The text was updated successfully, but these errors were encountered:
In the same vein, Writing cljs-template to shim_browser_repl_bootstrap.cljs and the like are not actually interesting to user. Plus it's not a place that is likely to break.
Agreed - I think logging needs a proper cleanup anyway, as lots of the messages are only there for development purposes and should be removed/moved to verbose logging.
Thanks for the great work you've done with source maps!
I noticed that get almost a full screens worth of "Generating sourcemap for ..." messages. I've been doing a lot of scrolling to see my debug logging statements in development. Do you think it's a good idea to condense the source map logs down into one log line?
The text was updated successfully, but these errors were encountered: