JS 模块化发展历程1. 命名空间模式 2. CommonJs 3. AMD 规范(关于 CommonJs 的异步规范实现) 4. ES6模块化 5. 工程化工具 webpack、vite 等打包构建工具 Common