From 27ea898146bc035c0f60b2f68c5201aa9dcf6b2f Mon Sep 17 00:00:00 2001 From: Luca Perret Date: Thu, 31 Aug 2017 14:15:50 +0200 Subject: [PATCH] docs(EN,JA,RU): fix webpack template utils filename --- docs/en/configurations/pre-processors.md | 2 +- docs/ja/configurations/pre-processors.md | 2 +- docs/ru/configurations/pre-processors.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/configurations/pre-processors.md b/docs/en/configurations/pre-processors.md index ba24a9b47..caf92e277 100644 --- a/docs/en/configurations/pre-processors.md +++ b/docs/en/configurations/pre-processors.md @@ -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( diff --git a/docs/ja/configurations/pre-processors.md b/docs/ja/configurations/pre-processors.md index 5b6c76b25..7d41a2abc 100644 --- a/docs/ja/configurations/pre-processors.md +++ b/docs/ja/configurations/pre-processors.md @@ -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( diff --git a/docs/ru/configurations/pre-processors.md b/docs/ru/configurations/pre-processors.md index 921a7b4ea..dcad1fd36 100644 --- a/docs/ru/configurations/pre-processors.md +++ b/docs/ru/configurations/pre-processors.md @@ -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(