When I build it, it is starting but not working be...
# javascript
m
When I build it, it is starting but not working because it is shouting that it cannot find dependencies:
k
Did you tell WebPack how to find these dependencies?
I can see following line:
Copy code
resolve: {
        modules: [path.resolve(__dirname, "node_modules"), path.resolve(__dirname, "build/classes/main/min/")]
    },
Are there any JS files in
build/classes/main/min
?
m
@konsoletyper Thank you a lot 🙂 I added Kotlin dictionary in between and it worked. I don't know why KotlinConf app have different dir o.0