Hello, I decided to give Kotlin React a try, in IJ...
# react
m
Hello, I decided to give Kotlin React a try, in IJ I made a new Kotlin React project, without changing anything I ran the default
BrowserDevelopmentRun in continuous mode
task, it ran fine, however the localhost did not pop in my browser, going to
localhost:8080
doesn't seem to have anything
This site can't be reached
, same for
:3000
. In the run window in IJ there is a warning:
Copy code
[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? }
Happens both with IR and Legacy.
r
m
Oh okay, thank you!