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.
1 parent 77dab4c commit 117314bCopy full SHA for 117314b
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