We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985f56e commit ea4f2f3Copy full SHA for ea4f2f3
js/example-frontend-js/webpack.config.js
@@ -46,7 +46,7 @@ module.exports = {
46
},
47
resolve: {
48
modules: [
49
- path.resolve(__dirname, "build/classes/kotlin/main/min/"),
+ path.resolve(__dirname, "build/kotlin-js-min/main"),
50
path.resolve(__dirname, "src/main/web/")
51
]
52
0 commit comments