Add production webpack, big thanks to @AngularClass

This commit is contained in:
Chocobozzz
2016-06-03 22:47:55 +02:00
parent fc76359be1
commit b20b5fed40
6 changed files with 239 additions and 20 deletions

5
scripts/build/client/prod.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
cd client || exit -1
npm run webpack -- --config config/webpack.prod.js --progress --profile --colors --display-error-details --display-cached --bail