We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac74d6 commit 4920769Copy full SHA for 4920769
content/docs/reference-glossary.md
@@ -21,9 +21,9 @@ permalink: docs/glossary.html
21
22
JavaScript 編譯器接受 JavaScript 代碼,對其進行轉換並返回不同的格式的 JavaScript 代碼。最常見的使用例子是把 ES6 語法轉換為一些舊瀏覽器能夠辨識的語法。[Babel](https://babeljs.io/) 是 React 上最常用的編譯器。
23
24
-## 打包工具 {#bundlers}
+## Bundlers {#bundlers}
25
26
-打包工具將多個獨立的 JavaScript 及 CSS 模組(通常有數百個)組合成數個文件,針對瀏覽器作出優化。在 React 應用程式常用的打包工具包括 [Webpack](https://webpack.js.org/) 和 [Browserify](http://browserify.org/)。
+Bundlers 將 JavaScript 和 CSS 程式碼作為獨立的模組撰寫(通常有數百個),並將它們合併成數個檔案並針對瀏覽器進行最佳化。在 React 應用程式常用的 bundlers 包括 [Webpack](https://webpack.js.org/) 和 [Browserify](http://browserify.org/)。
27
28
## 套件管理工具 {#package-managers}
29
0 commit comments