Jarvis server not working on build
jimblue opened this issue ยท 8 comments
Hi!
I'm using Jarvis with webpack 3.11
.
It's perfectly working on dev but not on prod.
I get the follow Jarvis console message in both environment: [JARVIS] Starting dashboard on: http://localhost:3003
I'm able to navigate to this url on dev environment but in prod I get the following message in browser:
Hey! The server shuts down once the build had been completed/terminated. For production builds, this means that JARVIS is only visible and accessible for the 8-xx seconds that it takes for webpack to build.
Hello!
Thanks for your fast answer!!
Do you think it's possible to change this behaviour?
IMO it's important to have the time to watch Jarvis build report to optimise next build.
lol no problem, it could be done. It'd have to be behind a option/flag since this (probably) isn't generally wanted.
Behind an option to toggle this behaviour would be ideal ๐ !
Raised a PR for this, if you wanna check out if that solves what you're trying to do? #122
#122 is perfectly working! Thank you @stephencookdev !