Shopify / sprockets-commoner

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

Optimize away empty files #17

Closed bouk closed 8 years ago

bouk commented 8 years ago

This makes it so files that contain no statements/only contain require statements are optimized to not call __commoner_initialize_module__. This makes sure uglifyjs can just completely optimize away the module definition.