Skip to content

browserify transform #7

@benjamine

Description

@benjamine

I use browserify to bundle commonjs modules, browserify does this by detecting calls to require, so it won't work out-of-the-box with requireDir.
But this can be done by writing a plugin, aka "browserify transform" specific for require-dir, someone did it here https://www.npmjs.org/package/folderify for the analogous lib "includeFolder".
Is there any folderify equivalent for requireDir? any plans on having one?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions