aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/webpack.config.js
Commit message (Collapse)AuthorAgeFilesLines
* feat(instant): have to use INSTANT_HEAP_FORCE_DEVELOPMENT to report to heap ↵Steve Klebanoff2018-12-041-0/+2
| | | | in development
* Fix variable nameSteve Klebanoff2018-12-011-2/+2
|
* Merge branch 'feature/instant/prod-env-switches-cdn' into ↵Steve Klebanoff2018-12-011-74/+83
|\ | | | | | | feature/instant/rollbar-env
| * takeout console.logSteve Klebanoff2018-12-011-1/+0
| |
| * Merge branch 'development' into feature/instant/prod-env-switches-cdnSteve Klebanoff2018-12-011-3/+0
| |\
| | * fix: address PR feedbackfragosti2018-12-011-3/+0
| | |
| * | cdn -> dischargeTarget, and report to heapSteve Klebanoff2018-12-011-11/+14
| | |
| * | cdn approach to identifyign environmentsSteve Klebanoff2018-11-301-38/+15
| | |
| * | feat(instant): Cleaner config-specific setupSteve Klebanoff2018-11-301-17/+56
| |/
* | Better env var names for source map pluginSteve Klebanoff2018-11-221-5/+5
| |
* | Shorter validateRollbarPresence logicSteve Klebanoff2018-11-221-11/+4
| |
* | Use ROLLBAR_ENABLED constant, and change ROLLBAR_ENVIRONMENT to ↵Steve Klebanoff2018-11-221-11/+17
| | | | | | | | INSTANT_ENVIRONMENT
* | Takeout redundant check, and make function name more clearSteve Klebanoff2018-11-221-7/+5
| |
* | TODO noteSteve Klebanoff2018-11-211-1/+1
| |
* | Force source maps on staging and dogfoodSteve Klebanoff2018-11-211-2/+26
| |
* | Use sourcemap loaderSteve Klebanoff2018-11-211-0/+10
| |
* | Introduce rollbar pluginSteve Klebanoff2018-11-211-11/+52
| |
* | Send in rollbar environmentSteve Klebanoff2018-11-211-8/+20
|/
* Check for instant heap production credentials in pre-publish stepSteve Klebanoff2018-11-201-4/+1
|
* Merge branch 'development' into feature/instant/heapSteve Klebanoff2018-11-201-0/+4
|\
| * Merge branch 'development' into feature/instant/iconsBrandon Millman2018-11-201-3/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (37 commits) Add 0x-order-utils.py library to developers home Fixes to CONTRIBUTING.md Improve our CONTRIBUTING.md instructions fix(order_utils.py): publish docs to S3, not RTD (#1264) fix: make instant package private feat: refer to map file in postpublish configs feat: add new bundle name to bundle watch fix: tslint ignore rule in wrong place Update blog post feature Fix disclaimer on mobile Add smart contract docs to Developer Home Add Apache license link Fix capitalization in title Remove excess semi-colon Point directly to README for docs link Update icons Update LICENSE Fix disclaimer Add blogpost URL Add disclaimer ...
| * | feat(instant): add icons to token selectorBrandon Millman2018-11-161-0/+4
| | |
* | | Get heap analytics id from ENV variableSteve Klebanoff2018-11-201-44/+64
| | |
* | | No need to explicit send in NODE_ENVSteve Klebanoff2018-11-201-1/+0
| | |
* | | Merge branch 'development' into feature/instant/heapSteve Klebanoff2018-11-201-3/+7
|\ \ \ | | |/ | |/|
| * | fix: deploy commandsfragosti2018-11-161-2/+2
| | |
| * | feat: rename bundle to instant.js and move build to umd dirfragosti2018-11-161-3/+6
| |/
* | Move ip import backSteve Klebanoff2018-11-171-1/+1
| |
* | Merge branch 'development' into feature/instant/heapSteve Klebanoff2018-11-171-2/+12
|\|
| * fix: add http to external url stringfragosti2018-11-161-1/+1
| |
| * feat: expose webpack-dev-server content to local networkfragosti2018-11-151-1/+12
| |
* | Report on git sha and npm version of buildSteve Klebanoff2018-11-171-1/+2
| |
* | Add access to environment variablesSteve Klebanoff2018-11-171-0/+18
|/
* Add dev environmentfragosti2018-10-031-2/+10
|
* Have React setup with basic build workingfragosti2018-09-281-0/+20