Derek Wong
04/19/2022, 8:10 PMbashor
04/19/2022, 8:34 PMDerek Wong
04/19/2022, 9:08 PM<http://kotlin.incremental.js.ir|kotlin.incremental.js.ir>=true
And running the BrowserDevelopmentWebPack task, the resulting .js.map file has an empty array in the sources:
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
...
Whereas disabling the flag results in the expected output:
{"version":3,"sources":["../../../../../src/commonMain/kotlin/mesa/entity/Stats.kt","../../../../../Maps.kt","../../../../../src/commonMain/kotlin/mesa/model/Access.kt"
...
Derek Wong
04/19/2022, 9:19 PMbashor
04/21/2022, 7:47 AMArtem Kobzar
04/21/2022, 4:02 PMmaster
branch of kotlin. So, seems like the issue will be fixed in 1.7.20. Am I right @bashor?bashor
04/21/2022, 7:08 PM