I’m a little lost with source maps for Kotlin/JS: ...
# javascript
r
I’m a little lost with source maps for Kotlin/JS: I am seeing an NPE in the javascript console in browser, but the source reference is to the
exceptionUtils.kt
file, which is just a general exception wrapper for NPEs. The stack trace in the associated log item points to
webpack-internal:///./kotlin-dce-dev/my-app.js
, but I don’t know how to map this back to my original source Kotlin. Is there a way to actually determine where the NPE is occurring?