esamattis / browserify-externalize

Create external Browserify bundles for lazy asynchronous loading
https://npmjs.org/package/externalize
MIT License
73 stars 3 forks source link

Fix for #5 #6

Open adam-lynch opened 8 years ago

adam-lynch commented 8 years ago

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, they're failing. I hope that doesn't mean this no longer works, I only tested it with a simple module. For example, test/shared_inner.js is failing because INNER DEP is in the shared module.

esamattis commented 8 years ago

I'm not interested maintaining this anymore. Sorry :/

I gave you the commit bit if you feel like it.