Skip to content

Instantly share code, notes, and snippets.

@mattn9x
Created September 10, 2017 16:01
Show Gist options
  • Select an option

  • Save mattn9x/5864b908c9b9cf7b05abca0e562096bd to your computer and use it in GitHub Desktop.

Select an option

Save mattn9x/5864b908c9b9cf7b05abca0e562096bd to your computer and use it in GitHub Desktop.
custom script build
"scripts": {
"build": "webpack --process --color --config webpack.config.prod.js",
"dev": "webpack-dev-server --inline --process --color --config webpack.config.dev.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment