From 498391be5668a90e0d407d34bebc800212845a43 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Wed, 27 Oct 2021 23:24:18 +0200 Subject: [PATCH] Updating sass-loader version --- frontend/encore/simple-example.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/encore/simple-example.rst b/frontend/encore/simple-example.rst index da99febb9b6..47bc2bb2ccc 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -330,7 +330,7 @@ Encore. When you do, you'll see an error! .. code-block:: terminal > Error: Install sass-loader & sass to use enableSassLoader() - > yarn add sass-loader@^10.0.0 sass --dev + > yarn add sass-loader@^12.0.0 sass --dev Encore supports many features. But, instead of forcing all of them on you, when you need a feature, Encore will tell you what you need to install. Run: @@ -338,11 +338,11 @@ you need a feature, Encore will tell you what you need to install. Run: .. code-block:: terminal # if you use the Yarn package manager - $ yarn add sass-loader@^10.0.0 sass --dev + $ yarn add sass-loader@^12.0.0 sass --dev $ yarn encore dev --watch # if you use the npm package manager - $ npm install sass-loader@^10.0.0 sass --save-dev + $ npm install sass-loader@^12.0.0 sass --save-dev $ npm run watch Your app now supports Sass. Encore also supports LESS and Stylus. See