From 462d11da27b768fd1bd8266a14dd3f078fd18596 Mon Sep 17 00:00:00 2001 From: Steffan 'Ruirize' Donal Date: Mon, 4 Jan 2016 10:41:20 +0000 Subject: [PATCH] Bass base directory through to browserify. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 02f992c..bbdca30 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ var GulpBrowserBrowserify; } cb(null, file); }; - browserify(file) + browserify(file, { basedir: file.base }) .bundle(bundleCallback); }); };