Skip to content

Commit 6558e24

Browse files
lucaperretkazupon
authored andcommitted
docs(EN,JA,RU): fix webpack template utils filename (#961)
1 parent 3a10476 commit 6558e24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/en/configurations/pre-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Then add the following webpack rule:
5656
}
5757
```
5858

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

6161
``` js
6262
scss: generateLoaders('sass').concat(

docs/ja/configurations/pre-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ npm install sass-resources-loader --save-dev
5656
}
5757
```
5858

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

6161
``` js
6262
scss: generateLoaders('sass').concat(

docs/ru/configurations/pre-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ npm install sass-resources-loader --save-dev
5656
}
5757
```
5858

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

6161
``` js
6262
scss: generateLoaders('sass').concat(

0 commit comments

Comments
 (0)