Shopify / sprockets-commoner

Use Babel in Sprockets to compile JavaScript modules for the browser
MIT License
182 stars 22 forks source link

Only process require if it refers to the globally defined require #10

Closed bouk closed 8 years ago

bouk commented 8 years ago

Some browserify bundles define require in the local scope which messes up the processing currently.