Skip to content

Commit 55583d7

Browse files
committed
minor #16021 Updating sass-loader version (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- Updating sass-loader version Commits ------- 498391b Updating sass-loader version
2 parents bf8fc99 + 498391b commit 55583d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/encore/simple-example.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,19 +330,19 @@ Encore. When you do, you'll see an error!
330330
.. code-block:: terminal
331331
332332
> Error: Install sass-loader & sass to use enableSassLoader()
333-
> yarn add sass-loader@^10.0.0 sass --dev
333+
> yarn add sass-loader@^12.0.0 sass --dev
334334
335335
Encore supports many features. But, instead of forcing all of them on you, when
336336
you need a feature, Encore will tell you what you need to install. Run:
337337

338338
.. code-block:: terminal
339339
340340
# if you use the Yarn package manager
341-
$ yarn add sass-loader@^10.0.0 sass --dev
341+
$ yarn add sass-loader@^12.0.0 sass --dev
342342
$ yarn encore dev --watch
343343
344344
# if you use the npm package manager
345-
$ npm install sass-loader@^10.0.0 sass --save-dev
345+
$ npm install sass-loader@^12.0.0 sass --save-dev
346346
$ npm run watch
347347
348348
Your app now supports Sass. Encore also supports LESS and Stylus. See

0 commit comments

Comments
 (0)