Description
Print the DevTools server URL in the terminal and don't open a browser window when running npm start.
Why should this feature be added?
The browser window opening is disruptive, especially when it adds a tab in the wrong window. Printing the URL should be sufficient.
Notes
- I use DevTools all the time, so the browser window opening is pretty annoying
Description
Print the DevTools server URL in the terminal and don't open a browser window when running
npm start.Why should this feature be added?
The browser window opening is disruptive, especially when it adds a tab in the wrong window. Printing the URL should be sufficient.
Notes