Skip to content

Instantly share code, notes, and snippets.

@harshaktg
Created September 8, 2020 13:02
Show Gist options
  • Select an option

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

Select an option

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