pathmodify
pathmodify copied to clipboard
In a nutshell, rewrite (AKA alias, map) `require()` IDs / paths / directories to different values in browserify.
I am running babelify with browserify in gulp by the following code: return browserify( { // Only need initial file, browserify finds the deps entries: [bundlePath + '/main.jsx'], debug: true,...
##I'm getting this error when using pathmodify. What I'm trying to do is alias an `underscore-extend` for all calls to `require('underscore')` (or `import 'underscore'` in ES6). The reason for this...
> This hasn't been tested extensively yet, so consider it experimental. Anything in particular that needs extensive testing or are there any other plans to bring the plugin to stable...
been looking for something like this that actually works for a while, so thank you! i'm curious if you'd accept PRs for setting config from command line. something like: ```...
Subj. I don't know is expected or not.