https://kotlinlang.org logo
r

Robert Jaros

09/29/2020, 2:10 PM
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

Lars Erik Rojeras

09/30/2020, 4:49 PM
Maybe you should add a short Development/Debug chapter to the KVision Guide with information like this.
l

Lars Erik Rojeras

09/30/2020, 6:08 PM
👍Nice!