Interestingly the same command works ok in Intelli...
# javascript
j
Interestingly the same command works ok in IntelliJ, but fails when I run it on the command line
t
What about
./gradlew clean
before build?
j
I get the same failure when doing a clean first
t
Do you have
webpack
in transitive dependencies?
j
I think so. I'm compiling for JS (multiplatform project)
t
I had same problem
Do you have simple example?