8000 Backport a fix related to Webpack Encore · symfony/symfony-docs@5a532a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a532a2

Browse files
committed
Backport a fix related to Webpack Encore
1 parent b2f315d commit 5a532a2

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

438438
.. code-block:: terminal
439439
440440
# if you use the Yarn package manager
441-
$ yarn add sass-loader@^12.0.0 sass --dev
441+
$ yarn add sass-loader@^13.0.0 sass --dev
442442
$ yarn encore dev --watch
443443
444444
# if you use the npm package manager
445-
$ npm install sass-loader@^12.0.0 sass --save-dev
445+
$ npm install sass-loader@^13.0.0 sass --save-dev
446446
$ npm run watch
447447
448448
Your app now supports Sass. Encore also supports LESS and Stylus. See

0 commit comments

Comments
 (0)
0