Skip to content

browserify-shim incompatible with other transforms (namely brfs)? #44

Open
@ghost

Description

Trying to add brfs to my browserify transforms, ever since the shim moved to package.json config:

"browserify": {
    "transform": [
        "browserify-shim",
        "brfs"
    ]
},

Results in this error every time:

Error: Unable to find a browserify-shim config section in the package.json for C:\My Programs\nodist\bin\node_modules\browserify\lib_empty.js

Results in the same error when attempting to use the transform via the command line using the -t brfs option.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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