gulp-browserify icon indicating copy to clipboard operation
gulp-browserify copied to clipboard

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

Open mohsen1 opened this issue 10 years ago • 4 comments
trafficstars

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 avatar Apr 20 '15 22:04 mohsen1

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

mohsen1 avatar Apr 20 '15 22:04 mohsen1

Did you manage to solve it?

jacktator avatar Sep 06 '16 17:09 jacktator

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

mohsen1 avatar Sep 06 '16 18:09 mohsen1

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

Meshiest avatar May 08 '17 22:05 Meshiest