-
Notifications
You must be signed in to change notification settings - Fork 43
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
V1 -- Remove --open call on npm start #47
Comments
@weblogixx it will now print the following info to the shell after the initial build (on V1 of the template). |
Seems like a nice addition. Do you think we should wait a bit until more 1.x features are there or do you want to push it directly? I do not think that we will have any more advanced features for the current stable, so pushing would ok. |
I think waiting is absolutely okay. I just want to merge it so that I can delete the feature branch. Besides being a topic in the browser sync issue it's not such an important change, after all. |
This PR removed calling `open()` in `server.js` and added output with the dev server urls after the initial Webpack compilation. Closes #47
As brought up in generator-react-webpack #266
V1
open()
method inserver.js
The text was updated successfully, but these errors were encountered: