We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c296cf + 2238849 commit 147d8e6Copy full SHA for 147d8e6
frontend/encore/simple-example.rst
@@ -306,14 +306,14 @@ Encore. When you do, you'll see an error!
306
.. code-block:: terminal
307
308
> Error: Install sass-loader & node-sass to use enableSassLoader()
309
- > yarn add sass-loader@^7.0.1 node-sass --dev
+ > yarn add sass-loader@^8.0.0 node-sass --dev
310
311
Encore supports many features. But, instead of forcing all of them on you, when
312
you need a feature, Encore will tell you what you need to install. Run:
313
314
315
316
- $ yarn add sass-loader@^7.0.1 node-sass --dev
+ $ yarn add sass-loader@^8.0.0 node-sass --dev
317
$ yarn encore dev --watch
318
319
Your app now supports Sass. Encore also supports LESS and Stylus. See
0 commit comments