Skip to content

Commit

Permalink
docs: remove fibers dependency recommendation (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlindsey authored Dec 16, 2021
1 parent 70dd664 commit a6efb61
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@ In case you want to use `sass` make sure that you have installed `sass` and `sas

::code-group
```sh [Yarn]
yarn add --dev sass sass-loader@10 fibers
yarn add --dev sass sass-loader@10
```
```sh [NPM]
npm install --save-dev sass sass-loader@10 fibers
npm install --save-dev sass sass-loader@10
```
::

::alert{type="info"}
Synchronous compilation with `sass` (2x speed increase) [is enabled automatically](https://github.com/webpack-contrib/sass-loader) when `fibers` is installed.
::

- Type: `Array`
- Items: `string`

Expand Down

0 comments on commit a6efb61

Please sign in to comment.