What is the difference between browserify/requirejs modules and ES6 modules [closed]
After playing around for a while I did get a better understanding of things, also thanks to @Andy for the blog by Addy Osmani. There are different module systems: AMD (RequireJS), CommonJS (Node) and the new ES6 module syntax (and the old ES5 Global system of course). However if you want to use those in … Read more