Skip to content

Instantly share code, notes, and snippets.

@kejun
Created June 19, 2016 14:33
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 kejun/35bbd39fe6b45c3942d2e5960fff652c to your computer and use it in GitHub Desktop.
Save kejun/35bbd39fe6b45c3942d2e5960fff652c to your computer and use it in GitHub Desktop.
"scripts": {
"build": "webpack --progress --profile --colors",
"build-watch": "webpack --progress --profile --colors --watch",
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base demo",
"test": "echo \"Error: no test specified\" && exit 1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment