— What do you think about this?
https://github.com/XaoticLabs/module.js
— What advantage does it offer over requirejs?
Or ES6 modules alongwith webpack?
— It's really lightweight
— Well module systems create a single minified file for production
— It's basically what zeptojs is to jquery
— Modules are a good idea in every environment though
— Because code reuse is a good idea in every environment