Mark
08/20/2021, 4:59 PMBrowserDevelopmentRun 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:
[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.Robert Jaros
08/20/2021, 5:13 PMMark
08/21/2021, 2:27 PM