Skip to content

Commit cda9eff

Browse files
authored
Update using_pre-processors.md
Broken link.
1 parent d316808 commit cda9eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using_pre-processors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Using pre-processors
22

3-
One of the great benefits of using [vue-loader](https://github.com/vuejs/vue-loader) with [webpack](https://github.com/webpack/webpack) is the ability to pre-process your HTML/CSS/JS directly in your Vue components files without much effort at all. For more information about this check **[here](http://vuejs.org/guide/application.html#Single-File-Components)**.
3+
One of the great benefits of using [vue-loader](https://github.com/vuejs/vue-loader) with [webpack](https://github.com/webpack/webpack) is the ability to pre-process your HTML/CSS/JS directly in your Vue components files without much effort at all. For more information about this check **[here](https://vuejs.org/v2/guide/single-file-components.html)**.
44

55
## Use Case
66
Let's say we need to use Sass/SCSS for pre-processing our CSS. Firstly, we need to install the proper webpack loader to handle this syntax.
@@ -32,4 +32,4 @@ So...
3232

3333
The same principles apply for just about any other pre-processor. So maybe you need coffeescript for your JS? Simply installed the [coffeescript-loader](https://github.com/webpack/coffee-loader) and apply the `lang="coffeescript"` attribute to your `<script>` tag.
3434

35-
For more advanced use of this feature please head over to the [vue-loader documentation](http://vue-loader.vuejs.org/en/configurations/pre-processors.html) for more information.
35+
For more advanced use of this feature please head over to the [vue-loader documentation](http://vue-loader.vuejs.org/en/configurations/pre-processors.html) for more information.

0 commit comments

Comments
 (0)