We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本周精读的文章是:Comparing the New Generation of Build Tools
将新兴构建工具:esbuild、Snowpack、Vite、wmr 做了一些功能对比,提前了解可以在选型时减少迷茫。
精读《新一代前端构建工具对比》
The text was updated successfully, but these errors were encountered:
esbuild 有两大功能,分别是 bundler 与 minifier,其中 bundler 用于代码编译,类似 babel-loader、ts-loader;
这句话是不是有些有问题,esbuild官网上写的是 “An extremely fast JavaScript bundler”, 定义了esbuild是一个bundler,在文档 可以看到效果。 babel-loader, ts-loader这些都不能叫bundler,准确来说应该叫 transpiler?或者说transformer吧?
Sorry, something went wrong.
esbuild github 写的是 “An extremely fast JavaScript bundler and minifier”,我认为叫把 loader 看作 bundler 过程的一部分还是合理的。transpiler 等称呼也可以,更清晰一些。
No branches or pull requests
本周精读的文章是:Comparing the New Generation of Build Tools
将新兴构建工具:esbuild、Snowpack、Vite、wmr 做了一些功能对比,提前了解可以在选型时减少迷茫。
精读《新一代前端构建工具对比》
The text was updated successfully, but these errors were encountered: