deepak1556 / gulp-browserify

Bundle modules with BrowserifyJS
MIT License
195 stars 45 forks source link

'Uncaught Error: Cannot find module 'function e(t,n,r)... #81

Open mohsen1 opened 9 years ago

mohsen1 commented 9 years ago

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

mohsen1 commented 9 years ago

For the recored, this is happening at mohsen1/swagger-docs@ 510f53596d8d4832515ae31eba2feea388ba8b60 right now.

jacktator commented 7 years ago

Did you manage to solve it?

mohsen1 commented 7 years ago

@jacktator I don't remember haha! I guess I stopped using browserify then...

Meshiest commented 7 years ago

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