Merge branch 'development' into feature/instant/prod-env-switches-cdn

This commit is contained in:
Steve Klebanoff
2018-11-30 12:47:05 -08:00
166 changed files with 7403 additions and 504 deletions

View File

@@ -3,9 +3,6 @@ const ip = require('ip');
const path = require('path');
const webpack = require('webpack');
// The common js bundle (not this one) is built using tsc.
// The umd bundle (this one) has a different entrypoint.
const DISCHARGE_TARGETS_THAT_REQUIRED_HEAP = ['production', 'staging', 'dogfood'];
const getConfigForDischargeTarget = dischargeTarget => {
return {