Skip to content

Instantly share code, notes, and snippets.

@pechitook
Created August 22, 2016 03:47
Show Gist options
  • Save pechitook/b5c92b7b85ac859d5db103ca6d9c4760 to your computer and use it in GitHub Desktop.
Save pechitook/b5c92b7b85ac859d5db103ca6d9c4760 to your computer and use it in GitHub Desktop.
{
"scripts": {
"start": "webpack-dev-server --config webpack.config.dev.js",
"build-prod": "NODE_ENV=production webpack -p --config webpack.config.prod.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment