gulp-browserify
gulp-browserify copied to clipboard
'Uncaught Error: Cannot find module 'function e(t,n,r)...
Basically a function is passed as module name in resulted code. I believe it's the same issue as reported in https://github.com/jmreidy/grunt-browserify/issues/149. The project I'm working on is open source, you can see it here at https://github.com/mohsen1/swagger-docs
For the recored, this is happening at mohsen1/swagger-docs@ 510f53596d8d4832515ae31eba2feea388ba8b60 right now.
Did you manage to solve it?
@jacktator I don't remember haha! I guess I stopped using browserify then...
This is an issue with concat. See this stackoverflow question for some "hotfix" type solutions. I switched to brunch because it fixed all problems I had with browserify