8000 minor #18632 Webpack encore requires Sass v13 instead of v12 (jcrombez) · symfony/symfony-docs@ddea712 · GitHub
[go: up one dir, main page]

Skip to content

Commit ddea712

Browse files
committed
minor #18632 Webpack encore requires Sass v13 instead of v12 (jcrombez)
This PR was merged into the 6.3 branch. Discussion ---------- Webpack encore requires Sass v13 instead of v12 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://s 8000 ymfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 7c408b9 Webpack encore requires Sass v13 instead of v12
2 parents 38a50b3 + 7c408b9 commit ddea712

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