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 @@ -428,19 +428,19 @@ Encore. When you do, you'll see an error!
428
428
.. code-block :: terminal
429
429
430
430
> 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
432
432
433
433
Encore supports many features. But, instead of forcing all of them on you, when
434
434
you need a feature, Encore will tell you what you need to install. Run:
435
435
436
436
.. code-block :: terminal
437
437
438
438
# 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
440
440
$ yarn encore dev --watch
441
441
442
442
# 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
444
444
$ npm run watch
445
445
446
446
Your app now supports Sass. Encore also supports LESS and Stylus. See
You can’t perform that action at this time.
0 commit comments