Turn sourcemap generation on

This commit is contained in:
Alexey Tsvetkov
2018-04-07 22:00:58 +03:00
parent 4f80f6d715
commit dee8b403e3
@@ -37,7 +37,7 @@ abstract class AbstractIncrementalJsCompilerRunnerTest : AbstractIncrementalComp
override fun createCompilerArguments(destinationDir: File, testDir: File): K2JSCompilerArguments =
K2JSCompilerArguments().apply {
outputFile = File(destinationDir, "${testDir.name}.js").path
sourceMap = false
sourceMap = true
metaInfo = true
}
}