Skip to content

Instantly share code, notes, and snippets.

@nesbtesh
Created September 20, 2016 19:01
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 nesbtesh/554e9fc8eeaf9780ab1bade950e5380b to your computer and use it in GitHub Desktop.
Save nesbtesh/554e9fc8eeaf9780ab1bade950e5380b to your computer and use it in GitHub Desktop.
compile React with Webpack executable
set -e
PATH=$(npm bin):$PATH
rm -rf ./dist
NODE_ENV=production
webpack --progress -p
COMPRESS=1 webpack
npm run deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment