Skip to content

Commit 4920769

Browse files
committed
fixup! docs: translate glossary
1 parent eac74d6 commit 4920769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/reference-glossary.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ permalink: docs/glossary.html
2121

2222
JavaScript 編譯器接受 JavaScript 代碼,對其進行轉換並返回不同的格式的 JavaScript 代碼。最常見的使用例子是把 ES6 語法轉換為一些舊瀏覽器能夠辨識的語法。[Babel](https://babeljs.io/) 是 React 上最常用的編譯器。
2323

24-
## 打包工具 {#bundlers}
24+
## Bundlers {#bundlers}
2525

26-
打包工具將多個獨立的 JavaScript CSS 模組(通常有數百個)組合成數個文件,針對瀏覽器作出優化。在 React 應用程式常用的打包工具包括 [Webpack](https://webpack.js.org/)[Browserify](http://browserify.org/)
26+
Bundlers 將 JavaScript CSS 程式碼作為獨立的模組撰寫(通常有數百個),並將它們合併成數個檔案並針對瀏覽器進行最佳化。在 React 應用程式常用的 bundlers 包括 [Webpack](https://webpack.js.org/)[Browserify](http://browserify.org/)
2727

2828
## 套件管理工具 {#package-managers}
2929

0 commit comments

Comments
 (0)