### [REQUIRED] Describe your environment * Operating System version: Mac OS Mojave 10.14.6 (18G6020) * Browser version: Google Chrome 84.0.4147.89 * Firebase SDK version: 7.17.0 * Firebase Product: initializing, remote config, analytics ### [REQUIRED] Describe the problem #### Steps to reproduce: Happens when the application attempts to initialize with `firebase.initializeApp` Renovate auto-merged a version bump from 7.16.1 to 7.17.0 and this error started occurring. Everything was working before the version bump 👍 #### Relevant Code: <!-- Reproduce the issue on StackBlitz and provide your forked URL or give us some sample code below --> https://stackblitz.com/fork/firebase-issue-sandbox ```javascript firebase.initializeApp(require('path-to-config')); const analytics = firebase.analytics(); // stack trace points to this being the failure ``` #### Stack trace of error running locally (same error occurs in production) <img width="950" alt="Screen Shot 2020-07-23 at 8 26 13 PM" src="https://user-images.githubusercontent.com/54541871/88353592-bc01b780-cd23-11ea-891f-889ee1071888.png">