Adam Lynch
Adam Lynch
@epeli this is a shame, it's such a handy module. How hard would it be to fix? I've got it working by replacing `_resolve` with `_bresolve` and manually calling my...
To be clear, it's working with a simple `module.exports = 'something'` child module.
@epeli good point. I think I'll give up :smile:. I think I might just create a new bundle without externalize, being careful about duplicate dependencies, and loading them on demand...
I've pulled #7 in here so I'll try to fix everything here. So right now I've fixed the "bind" and callback problems, but when updating browserify to fix the tests,...
:+1:
They don't need to necessarily know. There's already an obvious way to manipulate it but it's a nice little thing the user would discover... like how you can do it...
I was using gulp-biscotto which was generating the docs fine but I just tried to use the command line biscotto in verbose mode and it found 0 files and did...
I'll try again with 2.2.3 when I get a chance