Skip to content

Instantly share code, notes, and snippets.

@bishesh16
Last active May 29, 2018 10:40
Show Gist options
  • Save bishesh16/4fefee73f663c98d3892a7fb1634a2fa to your computer and use it in GitHub Desktop.
Save bishesh16/4fefee73f663c98d3892a7fb1634a2fa to your computer and use it in GitHub Desktop.
scripts for webpack 3
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"build:prod": "webpack -p",
"start": "node server.js",
"dev": "webpack-dev-server"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment