Skip to content

docs(EN,JA,RU): fix webpack template utils filename #961

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
Sep 3, 2017
Merged
Show file tree
Hide file tree
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 docs/en/configurations/pre-processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Then add the following webpack rule:
}
```

As an example, if you are using [vuejs-templates/webpack](https://github.com/vuejs-templates/webpack), modify `build/util.js` like so:
As an example, if you are using [vuejs-templates/webpack](https://github.com/vuejs-templates/webpack), modify `build/utils.js` like so:

``` js
scss: generateLoaders('sass').concat(
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/configurations/pre-processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ npm install sass-resources-loader --save-dev
}
```

例として、[vuejs-templates/webpack](https://github.com/vuejs-templates/webpack) を使用している場合、 `build/util.js` を以下のように変更してください:
例として、[vuejs-templates/webpack](https://github.com/vuejs-templates/webpack) を使用している場合、 `build/utils.js` を以下のように変更してください:

``` js
scss: generateLoaders('sass').concat(
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/configurations/pre-processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ npm install sass-resources-loader --save-dev
}
```

Например, если вы используете [vuejs-templates/webpack](https://github.com/vuejs-templates/webpack), измените файл `build/util.js` таким образом:
Например, если вы используете [vuejs-templates/webpack](https://github.com/vuejs-templates/webpack), измените файл `build/utils.js` таким образом:

``` js
scss: generateLoaders('sass').concat(
Expand Down