Skip to content

Instantly share code, notes, and snippets.

@iradofurioso
Created July 22, 2019 14:05
Show Gist options
  • Save iradofurioso/7cef7dbd497f16cff10a865c1b34ca68 to your computer and use it in GitHub Desktop.
Save iradofurioso/7cef7dbd497f16cff10a865c1b34ca68 to your computer and use it in GitHub Desktop.
Get rid of webpack-dev-server status bar
To get rid of webpack-dev-server status bar when compiling Angular script there is an easy solution. No change in configuration is ncessary.
When running ng serve it will give the following link http://localhost:4200/webpack-dev-server/
Just remove the last part of it "webpack-dev-server/"
BANG! no status bar. Problem solved!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment