Skip to content

Commit 117314b

Browse files
author
Paweł Jasiołek
committed
node-sass dependency
node-sass is not beeing installed with sass-loader, so it has to be added to the command
1 parent 77dab4c commit 117314b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configurations/pre-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In Webpack, all pre-processors need to be applied with a corresponding loader. `
77
For example, let's compile our `<style>` tag with SASS:
88

99
``` bash
10-
npm install sass-loader --save-dev
10+
npm install sass-loader node-sass --save-dev
1111
```
1212

1313
``` html

0 commit comments

Comments
 (0)