From 1fa1d0fd1ee4b86b34fc625426b7d09d425e6fd1 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sat, 18 Jun 2016 15:01:08 +0800 Subject: [PATCH] =?UTF-8?q?Webpack=E4=BA=8C=E5=AE=A1=E5=AE=8C=E6=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/webpack.jade | 46 ++++++++++++------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/public/docs/ts/latest/guide/webpack.jade b/public/docs/ts/latest/guide/webpack.jade index 915be8427b..c263dbd347 100644 --- a/public/docs/ts/latest/guide/webpack.jade +++ b/public/docs/ts/latest/guide/webpack.jade @@ -127,7 +127,7 @@ a(id="entries-outputs") This `app.js` output bundle is a single JavaScript file that contains our application source and its dependencies. We'll load it later with a <script> tag in our index.html. - 这个`app.js`输出包儿是个单一的JavaScript文件,它包含我们程序的源码以及它的所有依赖。 + 这个`app.js`输出包儿是个单一的JavaScript文件,它包含程序的源码及其所有依赖。 后面我们将在`index.html`中用`