We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77dab4c + 117314b commit 39b41a5Copy full SHA for 39b41a5
docs/configurations/pre-processors.md
@@ -7,7 +7,7 @@ In Webpack, all pre-processors need to be applied with a corresponding loader. `
7
For example, let's compile our `<style>` tag with SASS:
8
9
``` bash
10
-npm install sass-loader --save-dev
+npm install sass-loader node-sass --save-dev
11
```
12
13
``` html
0 commit comments