Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configurations/pre-processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In Webpack, all pre-processors need to be applied with a corresponding loader. `
For example, let's compile our `<style>` tag with SASS:

``` bash
npm install sass-loader --save-dev
npm install sass-loader node-sass --save-dev
```

``` html
Expand Down