流行的JS模块化规范有5种, CommonJS、AMD、CMD、UMD以及ES6 请问是否是比较常用的是:CommonJS 和 ES6, 其他的都用的很少? 我们在工作中使用CommonJS 和 ES6即可?