Skip to content

browserify transform dependencies must be non-dev dependencies #55

@kumavis

Description

@kumavis

reactify is listed as a browserify transform, but is included in dev dependencies so it is missing when boron is a dependency in a browserify build

results in error:

Error: Cannot find module 'reactify' from ...

workaround:
npm i -D reactify in the project that includes boron

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions