Skip to content

after migrating from 0.9.5 to 1.0.0 i'm getting error message. __webpack_require__.i(...) is not a function #2473

Closed
@mromanoff

Description

@mromanoff

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): [email protected] same with [email protected]

  2. node -v: v7.10.0

  3. npm -v: 5.0.0

  4. Operating system: macOS Sierra v 10.12.5

  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions