Skip to content

Instantly share code, notes, and snippets.

@wiyoe
Created March 1, 2018 07:02
Show Gist options
  • Select an option

  • Save wiyoe/429e49b6655df9bbea5d8dbaa3f713f8 to your computer and use it in GitHub Desktop.

Select an option

Save wiyoe/429e49b6655df9bbea5d8dbaa3f713f8 to your computer and use it in GitHub Desktop.
Webpack package.json scripts.
"scripts": {
"start": "webpack --config webpack.config.js",
"build": "webpack -p --config webpack.config.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment