Skip to content

Commit 26a85c3

Browse files
committed
build: remove unused JavaScript library dist output
1 parent 4a56462 commit 26a85c3

File tree

2 files changed

+25
-1066
lines changed

2 files changed

+25
-1066
lines changed

build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,7 @@ kotlin {
3838
withJava()
3939
}
4040
js {
41-
browser {
42-
webpackTask {
43-
output.libraryTarget = "commonjs2"
44-
}
45-
}
46-
binaries.executable()
41+
browser()
4742
}
4843
sourceSets {
4944
all {

0 commit comments

Comments
 (0)