Closed trusktr closed 1 year ago
A workaround is to place this at the top of your playground code:
<script>
// Store the original console as a global variable before JSPM has a chance to override it on window.
const console = window.console
</script>
[!Note] This stops JSPM's console from working, but you can look at the native console instead.
Thanks for sharing, fixed in https://github.com/jspm/jspm.org/pull/42, will go out in the next release.
playground link