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!
330
330
.. code-block :: terminal
331
331
332
332
> 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
334
334
335
335
Encore supports many features. But, instead of forcing all of them on you, when
336
336
you need a feature, Encore will tell you what you need to install. Run:
337
337
338
338
.. code-block :: terminal
339
339
340
340
# 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
342
342
$ yarn encore dev --watch
343
343
344
344
# 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
346
346
$ npm run watch
347
347
348
348
Your app now supports Sass. Encore also supports LESS and Stylus. See
You can’t perform that action at this time.
0 commit comments