-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with webpack-dashboard #1433
Comments
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. |
Still think it's a valid issue. |
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. |
Still think it's a valid issue. This bot is fairly useless. |
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. |
. |
The stalebot is waiting for you to either add details on how to replicate (i.e. code) and a proposal to fix... |
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. |
nodemon -v
: 1.18.3node -v
: v10.11.0Expected behaviour
webpack-dashboard would work with nodemon if nodemon has a
"raw" terminal output option that doesn't conflict with blessed
(FormidableLabs/webpack-dashboard#223 (comment)).There's #1367 which works (using
--no-stdin
), but then I can't close the process withctrl+c
, it's just frozen. I can close it the first time, but if I make a change to something causing nodemon to restart webpack-dashboard, then the freezing behavior happens.The text was updated successfully, but these errors were encountered: