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 @@ -330,19 +330,19 @@ Encore. When you do, you'll see an error!
330330.. code-block :: terminal
331331
332332 > Error: Install sass-loader & sass to use enableSassLoader()
333- > yarn add sass-loader@^10 .0.0 sass --dev
333+ > yarn add sass-loader@^12 .0.0 sass --dev
334334
335335 Encore supports many features. But, instead of forcing all of them on you, when
336336you need a feature, Encore will tell you what you need to install. Run:
337337
338338.. code-block :: terminal
339339
340340 # if you use the Yarn package manager
341- $ yarn add sass-loader@^10 .0.0 sass --dev
341+ $ yarn add sass-loader@^12 .0.0 sass --dev
342342 $ yarn encore dev --watch
343343
344344 # if you use the npm package manager
345- $ npm install sass-loader@^10 .0.0 sass --save-dev
345+ $ npm install sass-loader@^12 .0.0 sass --save-dev
346346 $ npm run watch
347347
348348 Your app now supports Sass. Encore also supports LESS and Stylus. See
You can’t perform that action at this time.
0 commit comments