Skip to content

Instantly share code, notes, and snippets.

@harshaktg
Created September 8, 2020 10:16
Show Gist options
  • Select an option

  • Save harshaktg/0822faf5aba02bfc697dcb5d474a7b0a to your computer and use it in GitHub Desktop.

Select an option

Save harshaktg/0822faf5aba02bfc697dcb5d474a7b0a to your computer and use it in GitHub Desktop.
Webpack Dev server
...
"scripts": {
"dev": "webpack --mode development",
"start": "webpack-dev-server --mode development --open"
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment