From fb4217ce308417b6a4819bb7b1e15931e1dcfb9e Mon Sep 17 00:00:00 2001 From: Alexander Akait <4567934+alexander-akait@users.noreply.github.com> Date: Fri, 9 Jun 2023 04:29:32 +0300 Subject: [PATCH] docs: update readme for the `production` mode and `outputStyle` (#1146) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8155b4d0..f34f16e8 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,10 @@ module.exports = { Finally run `webpack` via your preferred method. +### The `outputStyle` (old API) and `style` (new API) options in `production` mode + +For `production` mode, the `outputStyle` (old API) and `style` (new API) options default to `compressed` unless otherwise specified in `sassOptions`. + ### Resolving `import` at-rules Webpack provides an [advanced mechanism to resolve files](https://webpack.js.org/concepts/module-resolution/).