Kotlin / kotlin-fullstack-sample

Kotlin Full-stack Application Example
https://kotlinlang.org
Apache License 2.0
1.21k stars 169 forks source link

webpack-bundle runs infinitely long #38

Open QIvan opened 5 years ago

QIvan commented 5 years ago
$ ./gradlew build 
Starting a Gradle Daemon (subsequent builds will be faster)
<==========---> 78% EXECUTING [94h 23m 48s]
> :frontend:webpack-bundle

Should I wait a little bit more? =)

jsvde commented 5 years ago

Error due to outdated devDependency see #39 Just update the dependency manually in frontend/gradle.build and run the again to resolve the issue.

21region commented 4 years ago

Changing devDependency to devDependency("@babel/core") doesn't help. The build of the frontend module is still hanging.