Skip to content

Commit ea4f2f3

Browse files
committed
Fixed webpack config for Kotlin 1.2.20 JS DCE
1 parent 985f56e commit ea4f2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/example-frontend-js/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = {
4646
},
4747
resolve: {
4848
modules: [
49-
path.resolve(__dirname, "build/classes/kotlin/main/min/"),
49+
path.resolve(__dirname, "build/kotlin-js-min/main"),
5050
path.resolve(__dirname, "src/main/web/")
5151
]
5252
},

0 commit comments

Comments
 (0)