Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created June 27, 2016 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeaholicguy/f676ae8334e0a7fb0f6eb6bc89c8a84c to your computer and use it in GitHub Desktop.
Save codeaholicguy/f676ae8334e0a7fb0f6eb6bc89c8a84c to your computer and use it in GitHub Desktop.
{
...
"scripts": {
"start": "webpack-dev-server --progress --colors --hot --config ./webpack.config.js",
"build": "webpack --progress --colors --config ./webpack.config.js"
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment