Skip to content

Commit

Permalink
fixup! docs: translate glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-ha committed Apr 7, 2019
1 parent eac74d6 commit 4920769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/reference-glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ permalink: docs/glossary.html

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

## 打包工具 {#bundlers}
## Bundlers {#bundlers}

打包工具將多個獨立的 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/)

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

Expand Down

0 comments on commit 4920769

Please sign in to comment.