Webpack loader that allows using browserify transforms in webpack builds. Version 0.2.4 is the latest stable release (last updated 2017). It enables reuse of existing browserify transform modules (like brfs, coffeeify) within webpack's loader pipeline. Key differentiator: bridges browserify ecosystem transforms to webpack without manual porting. Supports webpack 1.x and 2.x but is not actively maintained.
Verified import paths — ran on the pinned version, not inferred.
Loader is typically used in webpack config as string reference, not directly imported in code.
Use the subpath '/cacheable' to enable caching, not a query parameter.
Loader is configured via webpack config with query string; no direct import needed.
Configures webpack to use the brfs browserify transform via transform-loader on all JavaScript files.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.