Modernizing RequireJS with ECMAScript 2015
Nowadays, we have build engines like webpack, rollup and fusebox that make using ECMAScript 2015 a breeze.
But what about legacy projects that use, for example, RequireJS? How can we refactor them and move them towards a…