Rift-15726 compress code in production environment 98/1298/1
authorBob Gallagher <bob.gallagher@riftio.com>
Wed, 15 Mar 2017 12:24:47 +0000 (08:24 -0400)
committerBob Gallagher <bob.gallagher@riftio.com>
Wed, 15 Mar 2017 12:24:47 +0000 (08:24 -0400)
When webpack configs for “minimizing”
 - define NODE_ENV to be ‘production’ to get further code reduction our of react
 - add in gzip compression
Update skyquake.js to handle qzip file request
Update all calls to alt.createStore to pass in an explicit store name to fix issue caused by minification (class name duplication

Change-Id: I2bb2239c87c6b2f5f6f02399f553e28ee3a8f5b8
Signed-off-by: Bob Gallagher <bob.gallagher@riftio.com>

No differences found