### Description after migrating from 0.9.5 to 1.0.0 i'm getting error message. __webpack_require__.i(...) is not a function ### Expected behavior should not be error out. ### Environment 1. `npm ls react-scripts` (if you haven’t ejected): `react-scripts@1.0.7` same with `react-scripts@1.0.0` 2. `node -v`: `v7.10.0` 3. `npm -v`: `5.0.0` 1. Operating system: `macOS Sierra v 10.12.5` 2. Browser and version: `Chrome 58.03029` file url.js ``` import HOST from "./host"; export const LOGIN_URL = `${HOST}/api/admin/login`; export const BILLING_PROVIDERS_URL = `${HOST}/api/admin/billing-providers`; export const PATIENTS_URL = `${HOST}/api/admin/users`; export const REIMBURSEMENTS_URL = `${HOST}/api/admin/reimbursements`; ``` browser pause on exception on last line of this file content