thlorenz / browserify-shim

📩 Makes CommonJS incompatible files browserifyable.
MIT License
933 stars 87 forks source link

Another "Can't find module x" Issue #169

Open mendelk opened 9 years ago

mendelk commented 9 years ago

This might be related to #46 or maybe #152 (and related). Not sure.

Created a repo with relevant test cases: https://github.com/mendelk/btest

In testA.js, things work as expected. testB.js and testC.js do not, the latter of which is closest to the situation I'm dealing with, and which gives the "Can't find module" error.

Anyone care to shed some light on this behavior?

Thanks :smile: