0.1.0 • Published 10 years ago
browserify-require-not-found-parent v0.1.0
When resolving a require() fails with MODULE_NOT_FOUND (Error: Cannot find module 'dep' from 'parent'), report the requiring
module's pathname instead of just its directory.
Installation:
browserify-require-not-found-parent on npm.
Usage:
var browserifyRequireNotFoundParent =
require("browserify-require-not-found-parent");
browserify()
.plugin(browserifyRequireNotFoundParent)See:
https://github.com/substack/node-resolve/pull/64
0.1.0
10 years ago