This commit is contained in:
2016-02-01 00:07:53 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ module GulpBrowserBrowserify {
}
cb(null,file);
};
plugins.browserify(file)
plugins.browserify(file, { basedir: file.base })
.bundle(bundleCallback)
});
};