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!
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
434434you 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
You can’t perform that action at this time.
0 commit comments