thlorenz / browserify-shim

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

Support browserify `>= 16` #252

Open bendrucker opened 12 months ago

bendrucker commented 12 months ago

Tests are failing against browserify 16 and 17:

In order to officially support these versions we would need tests to pass. Peer dependencies are advisory (warnings) in modern npm versions rather than requirements (errors) so users who don't care about the broken functionality can still use browserify-shim with newer versions of browserify.