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
-
npm ls react-scripts (if you haven’t ejected): [email protected] same with [email protected]
-
node -v: v7.10.0
-
npm -v: 5.0.0
-
Operating system: macOS Sierra v 10.12.5
-
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