Build Toolchain
工具链
一组 JavaScript 构建工具链通常由这些组成:
- 一个包管理器,比如 Yarn 或 npm
- 一个打包器,比如 webpack 或 Parcel
- 一个编译器,比如 Babel
前端构建工具进化历程
过时的工具
browserify
Browsers don't have the required method defined, but Node.js does. With Browserify you can write code that uses require in the same way that you would use it in Node.