Miroslav Sobotka
08/26/2021, 6:10 PM$ ./gradlew jsRun
> Task :jsBrowserDevelopmentRun FAILED
[webpack-cli] Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
- configuration has an unknown property '_assetEmittingWrittenFiles'. These properties are valid:
object { bonjour?, client?, compress?, dev?, firewall?, headers?, historyApiFallback?, host?, hot?, http2?, https?, liveReload?, onAfterSetupMiddleware?, onBeforeSetupMiddleware?, onListening?, open?, port?, proxy?, public?, setupExitSignals?, static?, transportMode?, watchFiles? }
Christian Hausknecht
08/27/2021, 7:51 AMgradle.properties
file and add the following line:
kotlin.js.webpack.major.version=4
This should be fixed with the version 1.5.30 of kotlin, which we are planing to stick as default for the upcoming release 0.12 of fritz2 (coming hopefully in the next week ending our vacation related release delay ;-) )Miroslav Sobotka
08/27/2021, 7:39 PMChristian Hausknecht
08/30/2021, 7:36 AMChristian Hausknecht
08/31/2021, 3:25 PM