Configuration: Update default settings for Kotlin/JS compiler
This commit is contained in:
+4
-1
@@ -75,7 +75,10 @@ abstract class BaseKotlinCompilerSettings<T : Freezable> protected constructor()
|
||||
private val SKIP_DEFAULT_VALUES = SkipDefaultValuesSerializationFilters(
|
||||
CommonCompilerArguments.DummyImpl(),
|
||||
K2JVMCompilerArguments(),
|
||||
K2JSCompilerArguments()
|
||||
K2JSCompilerArguments().apply {
|
||||
sourceMapPrefix = ""
|
||||
sourceMapEmbedSources = K2JsArgumentConstants.SOURCE_MAP_SOURCE_CONTENT_INLINING
|
||||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user