Skip to content

纠正「多重入口」的文件名错误 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/Multiple-entry-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ module.exports = config;
```
This configuration will create three files in the `dist/` folder. **app.js**, **mobile.js** and **vendors.js**. Most of the code in the **mobile.js** file also exists in **app.js**, but that is what we want. We will never load **app.js** and **mobile.js** on the same page.

这个配置会在 `dist/` 文件夹下创建三个文件:**app.js**、**mobile.js**和**vendors.js**,大部分的代码在**mobile.js**文件中,也有一部分在 **app.js** 中,不过这是我们需要的,我们不会在同一个页面中同时加载 **app.js** 和 **app.js**。
这个配置会在 `dist/` 文件夹下创建三个文件:**app.js**、**mobile.js**和**vendors.js**,大部分的代码在**mobile.js**文件中,也有一部分在 **app.js** 中,不过这是我们需要的,我们不会在同一个页面中同时加载 **app.js** 和 **mobile.js**。