The kotlin js gradle plugin compiles the kotlin code to (normal) js and then runs the webpack plugin with this js code and your resources. While this duration is strange, I would check it first by running webpack by yourself to see if this a webpack bug. Maybe it is possible to get statistics from webpack?
hfhbd
01/30/2023, 8:59 AM
and why do you overwrite the webpack versions and don't use the defined ones?
s
SeikoDes
01/30/2023, 9:59 AM
The webpack version was configured a long time ago, I tried to remove it and use the default version but it took the same amount of time.