kotlin-fullstack-sample icon indicating copy to clipboard operation
kotlin-fullstack-sample copied to clipboard

webpack-bundle runs infinitely long

Open QIvan opened this issue 5 years ago • 2 comments

$ ./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? =)

QIvan avatar Dec 01 '18 21:12 QIvan

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

jsvde avatar Apr 04 '19 15:04 jsvde

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

21region avatar Dec 17 '19 10:12 21region