File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -430,19 +430,19 @@ Encore. When you do, you'll see an error!
430
430
.. code-block :: terminal
431
431
432
432
> 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
434
434
435
435
Encore supports many features. But, instead of forcing all of them on you, when
436
436
you need a feature, Encore will tell you what you need to install. Run:
437
437
438
438
.. code-block :: terminal
439
439
440
440
# 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
442
442
$ yarn encore dev --watch
443
443
444
444
# 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
446
446
$ npm run watch
447
447
448
448
Your app now supports Sass. Encore also supports LESS and Stylus. See
You can’t perform that action at this time.
0 commit comments