8000 Webpack encore requires Sass v13 instead of v12 · symfony/symfony-docs@7c408b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c408b9

Browse files
authored
Webpack encore requires Sass v13 instead of v12
1 parent 772d439 commit 7c408b9

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
@@ -428,19 +428,19 @@ Encore. When you do, you'll see an error!
428428
.. code-block:: terminal
429429
430430
> Error: Install sass-loader & sass to use enableSassLoader()
431-
> yarn add sass-loader@^12.0.0 sass --dev
431+
> yarn add sass-loader@^13.0.0 sass --dev
432432
433433
Encore supports many features. But, instead of forcing all of them on you, when
434434
you need a feature, Encore will tell you what you need to install. Run:
435435

436436
.. code-block:: terminal
437437
438438
# if you use the Yarn package manager
439-
$ yarn add sass-loader@^12.0.0 sass --dev
439+
$ yarn add sass-loader@^13.0.0 sass --dev
440440
$ yarn encore dev --watch
441441
442442
# if you use the npm package manager
443-
$ npm install sass-loader@^12.0.0 sass --save-dev
443+
$ npm install sass-loader@^13.0.0 sass --save-dev
444444
$ npm run watch
445445
446446
Your app now supports Sass. Encore also supports LESS and Stylus. See

0 commit comments

Comments
 (0)
0