When starting from the template project you need t...
# kvision
r
When starting from the template project you need to remove line
sourceMaps = false
from
build.gradle.kts
and remove line
config.devtool = 'eval-cheap-source-map'
from
webpack.config.d/webpack.js
👍 1
l
Maybe you should add a short Development/Debug chapter to the KVision Guide with information like this.
l
👍Nice!