File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ kotlin {
53
53
jvm()
54
54
js {
55
55
browser()
56
+ nodejs()
56
57
compilerOptions {
57
58
sourceMap = true
58
59
verbose = true
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ kotlin {
43
43
jvm()
44
44
js {
45
45
browser()
46
+ nodejs()
46
47
compilerOptions {
47
48
sourceMap = true
48
- verbose = true
49
+ // verbose = true
49
50
}
50
51
}
51
52
Original file line number Diff line number Diff line change @@ -80,10 +80,11 @@ kotlin {
80
80
81
81
js {
82
82
browser()
83
+ nodejs()
83
84
@Suppress(" OPT_IN_USAGE" )
84
85
compilerOptions {
85
86
sourceMap = true
86
- sourceMapEmbedSources = JsSourceMapEmbedMode .SOURCE_MAP_SOURCE_CONTENT_ALWAYS
87
+ // sourceMapEmbedSources = JsSourceMapEmbedMode.SOURCE_MAP_SOURCE_CONTENT_ALWAYS
87
88
suppressWarnings = false
88
89
verbose = true
89
90
moduleKind = JsModuleKind .MODULE_UMD
You can’t perform that action at this time.
0 commit comments