thlorenz / browserify-shim

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

Prefix shim require statements with "var" #157

Closed bendrucker closed 9 years ago

bendrucker commented 9 years ago

Allows shimming to work inside strict mode

Closes #49

thlorenz commented 9 years ago

LGTM please merge and I'll publish. Thanks, that one had been on my mind for a while, just never got around to fixing it,.

bendrucker commented 9 years ago

dd3ee9a31b5b797ec48d0ac2df3df889de65b46f (3.8.3) ready to publish

thlorenz commented 9 years ago

Thanks, went out as 3.8.4. We did already publish 3.8.3 before but it didn't get tagged/commited correctly - probably my fault.