From d367c9f68e9af6db8e65a1b44629ece3fea71a09 Mon Sep 17 00:00:00 2001 From: liuyib <1656081615@qq.com> Date: Sun, 21 Jun 2020 08:43:07 +0800 Subject: [PATCH] Correct the name of webpack webpack should always be written in lower-case letters, even at the beginning of a sentence., See: https://webpack.js.org/branding/#the-name --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cdb3768..87e8af1 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ ### 介绍 -作为前端开发人员,我们花费大量时间处理类似的工具像 [WebPack](https://github.com/webpack/webpack),[Browserify](https://github.com/browserify/browserify), 和[Parcel](https://github.com/parcel-bundler/parcel). +作为前端开发人员,我们花费大量时间处理类似的工具像 [webpack](https://github.com/webpack/webpack),[Browserify](https://github.com/browserify/browserify), 和[Parcel](https://github.com/parcel-bundler/parcel). 了解这些工具的工作方式可以帮助我们更好地决定如何编写代码. 通过理解我们的代码如何转化为一个包以及该包的外观如何,我们也可以更好地进行调试.