preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 561 forks source link

Wen browser not opening #362

Closed dland512 closed 6 years ago

dland512 commented 6 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.

gravity-addiction commented 6 years ago

it's been replaced with a cli switch of --open

--open: opens the url in default browser (for webpack-dev-server versions > 2.0).