Closed dland512 closed 7 years ago
Is it my imagination or did running npm start open the web browser automatically for you in the past? It's not doing that anymore.
npm start
it's been replaced with a cli switch of --open
--open: opens the url in default browser (for webpack-dev-server versions > 2.0).
Is it my imagination or did running
npm start
open the web browser automatically for you in the past? It's not doing that anymore.